css-modules/postcss-modules-extract-imports

Name: postcss-modules-extract-imports

Owner: css-modules

Description: A CSS Modules transform to extract local aliases for inline imports

Created: 2015-05-27 00:20:39.0

Updated: 2018-03-17 18:33:03.0

Pushed: 2018-05-20 17:25:24.0

Homepage:

Size: 114

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

CSS Modules: Extract Imports

Build Status

Transforms:

al(.continueButton) {
mposes: button from "library/button.css";
lor: green;

into:

ort("library/button.css") {
tton: __tmp_487387465fczSDGHSABb;

al(.continueButton) {
mposes: __tmp_487387465fczSDGHSABb;
lor: green;

Specification
Building
install
build
test

Build Status

Development
License

ISC

With thanks

Glen Maddern, 2015.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.