Answer the question
In order to leave comments, you need to log in
PostCSS - analogue of breakpoints for postcss as in sass?
For sass there is such a package as breakpoint-sass.com
is there an analogue for postcss?
this is how I want it - as in sass and not to wrap everything and everything with media queries every time ...
.testblock {
@include breakpoint(980px) {
color:red;
}
@include breakpoint(480px) {
color:#fff;
}
}
Answer the question
In order to leave comments, you need to log in
Why abandon the usual tools https://github.com/postcss/postcss-scss
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question