vuejs / component-compiler-utils

Lower level utilities for compiling Vue single file components
321 stars 75 forks source link

feat: preprocess scss/sass styles with node-sass #4

Closed znck closed 6 years ago

znck commented 6 years ago

@yyx990803 Please review this. Other style dialect preprocessors would be built in similar fashion.

yyx990803 commented 6 years ago

Btw I think we should start writing tests before working on other features.