Package Exports
- postcss-modules-resolve-imports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (postcss-modules-resolve-imports) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
postcss-modules-resolve-imports
Transforms:
:import("library/button.css") {
i__imported_button_0: button;
}
._source_continueButton {
color: green;
}
into:
._button_button {
/*common button styles*/
}
._source_continueButton {
color: green
}
Options
explicitExports
boolean
resolve
object
resolve.alias
object
{dash: path.resolve(__dirname, 'lib/dash')}
resolve.extensions
array
['.css']
resolve.modules
array
[]