SASS-like features #1796
Answered
by
ai
jeromecovington
asked this question in
Q&A
SASS-like features
#1796
-
If I wanted near-parity with SASS, what plugins would I enable in my postcss.config? |
Beta Was this translation helpful? Give feedback.
Answered by
ai
Nov 21, 2022
Replies: 1 comment
-
We do not recommend to make PostCSS to Sass. We promote avoid complex logic in CSS and have more declarative styles (instead of making programs in styles like in Sass). We also promote CSSWG specs instead of custom syntax. I recommend using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeromecovington
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We do not recommend to make PostCSS to Sass. We promote avoid complex logic in CSS and have more declarative styles (instead of making programs in styles like in Sass). We also promote CSSWG specs instead of custom syntax.
I recommend using
postcss-preset-env
plugin with CSS Custom Properties and CSS native nesting.