SassNinja / media-query-plugin

Webpack plugin for media query extraction.
MIT License
205 stars 27 forks source link

groups option #4

Closed SassNinja closed 6 years ago

SassNinja commented 6 years ago

This adds a groups option which can be used to change the default injection target name from [chunk]-[query] to [group]-[query].

Fixes #1