-
This package has multiple themes, how do you do that in a efficient way? |
Beta Was this translation helpful? Give feedback.
Answered by
keisto
Dec 31, 2023
Replies: 1 comment
-
Use SCSS and create list of variables for light and dark and all the colors. Use the variables a new SCSS file for your theme. Then output the CSS file and that will be used for your extensions theme. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
keisto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use SCSS and create list of variables for light and dark and all the colors. Use the variables a new SCSS file for your theme. Then output the CSS file and that will be used for your extensions theme.