Converting CSS to SCSS -- technically could just be a matter of copying over the CSS to an SCSS file, maybe changing colors to variables, and then done.
In practice (and much preferred), we usually end up being able to toss most of the existing ad-hoc per-page CSS and switching the HTML to use our standard classes instead.
no subject
In practice (and much preferred), we usually end up being able to toss most of the existing ad-hoc per-page CSS and switching the HTML to use our standard classes instead.