-
Notifications
You must be signed in to change notification settings - Fork 588
Closed
Description
In order to keep growing naturally, we want to transition to SCSS.
Things that should happen:
- Ensure we use webpack but actually exporting a CSS file without needing to import the CSS from JS. (Which is the Webpack way)
- Use autoprefixer to remove all prefixes.
- Current comments should be kept where they make sense and also in the output.
- Separate in units as smaller as possible so it's clear where to look when needing to change something or add something.
Reactions are currently unavailable