Closed drwpow closed 4 years ago
I've never used sass, but it looks like postcss may be extended to use it: https://www.postcss.parts/tag/sass
it looks like postcss may be extended to use it: https://www.postcss.parts/tag/sass
Ah sorry—missed this comment. PostCSS can understand Sass syntax through a number of plugins, but it can’t compile it. So unfortunately, we currently do need to run both Sass + PostCSS together (though somewhat annoying, it’s a common pattern the Sass community is used to and is the default way of doing things).
Adds 2 new plugins for handling Sass & PostCSS. 💅
WIP because it’s currently blocked by: