-
Notifications
You must be signed in to change notification settings - Fork 196
Use SCSS for user specific styling #178
base: master
Are you sure you want to change the base?
Conversation
I was actually thinking about this the other day. We should look at moving the variables to a Thoughts? |
I think that would work as you would be able to use all of the mixins in your own SCSS code. However, I would like to propose that things like variables and mixins are moved to separate files but that any user configuration is also in a separate file for easy override. Might be an idea to look at e.g. Bootstrap or Bulma for inspiration on how to structure things. They are at this game a bit longer and have this thought out already. |
Yes, we should reference them. I think the easiest would be to have The key with the |
Description
Changes to allow for use of SCSS for the user specific styling.
Motivation and Context
Using SCSS has a few advantages over plain old CSS.
Checklist:
theme.toml
, as applicable.