vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 152 forks source link

Add option to disable postcss #186

Closed mightyplow closed 6 years ago

mightyplow commented 7 years ago

When extracting the pure sass content via the extract-css module, it crashes when using string interpolation expressions, i.e.

{$textInputSelector} {}

It would be nice, if one was able to disable postcss completely.