CSS Modules: Extract Imports
Transforms:
into:
Specification
Only a certain whitelist of properties are inspected. Currently, that whitelist is
['composes']
alone.An extend-import has the following format:
Options
failOnWrongOrder
bool
generates exception for unpredictable imports order.
Building
Development
npm watch
will watchsrc
for changes and rebuildnpm autotest
will watchsrc
andtest
for changes and retest
License
ISC
With thanks
Mark Dalgleish
Tobias Koppers
Guy Bedford
Glen Maddern, 2015.
Last updated