How to enable SCSS syntax with precss?
See original GitHub issueI’m a little noob, but how do I add precss to the boilerplate? I’ve tried to add it in the PostCSS plugins part of webpack.dev.babel.js but I can’t get it to work.
Issue Analytics
- State:
- Created 8 years ago
- Comments:13 (4 by maintainers)
Top Results From Across the Web
csstools/precss: Use Sass-like markup in your CSS
PreCSS lets you use Sass-like markup and staged CSS features in CSS. ... PreCSS combines Sass-like syntactical sugar — like variables, conditionals, and...
Read more >PostCSS Deep Dive: Preprocessing with “PreCSS”
Conditionals are present in PreCSS and follow the same syntax as Sass, using @if and @else . Add this example code to your...
Read more >How to enable SASS Error highlighting on regular .css files ...
I'm working with PostCSS with PreCSS, hence I'm writing the same syntax as SASS. The code editor detects errors all over the place...
Read more >precss
PreCSS is a tool that allows you to use Sass-like markup in your CSS files. Enjoy a familiar syntax with variables, mixins, conditionals, ......
Read more >Make PhpStorm recognize PreCSS (Sass-like) variables in ...
My suggestion above is to re-associate that pattern with "Sass" file type (or SCSS -- whatever matches your needs). Ideally, instead of working...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks, @mxstbr. It’s working now - yay!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.