Theming with SCSS
#4465
-
Hi, i have a problem when i try to edit the theme of grapes to change colors with this code
i get this error
|
Beta Was this translation helpful? Give feedback.
Answered by
artf
Jul 29, 2022
Replies: 1 comment
-
I'm not sure but it might be related to your |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jcenlo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure but it might be related to your
sass
version (themath
helper is imported via@use 'sass:math';
).Anyway, I'll probably remove that rule from styles as it's not used anymore.