ItsJonQ / genki

Genki 🌈: CSS Unit Testing in Node
MIT License
2 stars 0 forks source link

Render CSS without PostCSS processing #6

Closed ItsJonQ closed 7 years ago

ItsJonQ commented 7 years ago

Needs this resolved: https://github.com/helpscout/seed-barista/issues/8

This will lead to faster tests as app related unit testing doesn't require PostCSS data. Disabling PostCSS could be the default option.

Could be enabled by something an option like enableCSSOM: true