Closed idmytro closed 7 years ago
gulp-atomizer config doesn't work well with gulp watch
Case:
gulp watch
C(red
.C\(red\) {color: red}
C(red)
C(green)
C\(red\) {color: red}
.C\(green\) {color: green}
Details here https://gist.github.com/idmytro/7ff9d8dcb4ec08cefe477ce8cec47c89
gulp-atomizer config doesn't work well with gulp watch
Case:
gulp watch
C(red
) => got.C\(red\) {color: red}
in css, everything is okC(red)
toC(green)
=> got bothC\(red\) {color: red}
and.C\(green\) {color: green}
Details here https://gist.github.com/idmytro/7ff9d8dcb4ec08cefe477ce8cec47c89