survivejs / webpack-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/webpack/
2.42k stars 319 forks source link

Use autoprefixer-loader with less and sass #24

Closed cesarandreu closed 8 years ago

cesarandreu commented 9 years ago

I believe this is something that would be of benefit to a lot of people.

billyct commented 8 years ago

mine looks like it ,work fine

 {
        test: /\.scss$/,
        loaders: ['style', 'css', 'autoprefixer?browsers=last 2 version', 'sass']
}