2createStudio / postcss-sprites

Generate sprites from stylesheets.
MIT License
413 stars 50 forks source link

how to use in Webpack 3 #97

Closed rustam87 closed 6 years ago

rustam87 commented 6 years ago

How to use in Webpack 3? Is it possible? And how to use with spritesmith options in Webpack(for generate sprite png and scss files)

vvasilev- commented 6 years ago

@rustam87

Yes, the plugin can be used with any version of webpack. You can see here how to configure any PostCSS plugin that will be used by webpack.