A browserify transform for vcl
Add it in your package.json or add it as a transform to browserify on the command line.
- basic implementation
- support commonjs syntax
require('styles.styl')
- support es6 module syntax
import 'styles.styl
- pass options to falafel/acorn and vcl-preprocessor
- add tests