vtex / generator-vtex

Create a VTEX app
4 stars 4 forks source link

Create option to use SASS instead of LESS #2

Open klzns opened 9 years ago

klzns commented 9 years ago

Use "node-sass" and "sass-loader"

At "webpack.config.js":

{
        test: /\.scss$/,
        loader: 'style!css!sass'
},