MDriven Turnkey theming

SCSS or SASS as it sometime pronounced is a text format that compiles into css.

Using scss can greatly simplify the source code for styling a site since it introduce variables and other logic that is missing in original css.

As you can imagine things like text font size may be needed in many places across the site and we usually want such a thing consistent - but if there is no variable to reuse we would be forced to have a copy of the desired value in many css rules. A Variable definition greatly simplifies this and allows us to change in only one place.

This is the reason for us shifting to scss-format on the source code for styling a turnkey web app.

This page was edited 3 days ago on 03/26/2024. What links here