AleshaOleg / holy-grail-markup

All CSS methodologies compared examples at one place.
https://aleshaoleg.github.io/holy-grail-markup/raw
223 stars 41 forks source link

Fix atomic css config usage #35

Closed idmytro closed 7 years ago

idmytro commented 7 years ago

gulp-atomizer config doesn't work well with gulp watch

Case:

  1. run gulp watch
  2. edit html, add class e.g C(red) => got .C\(red\) {color: red} in css, everything is ok
  3. change C(red) to C(green) => got both C\(red\) {color: red} and .C\(green\) {color: green}

Details here https://gist.github.com/idmytro/7ff9d8dcb4ec08cefe477ce8cec47c89