babel-plugin-transform-import-css
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "babel-plugin-transform-import-css", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Injects imported styles (css-modules) into js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,3 @@ | ||
Injects imported styles (css-modules) into js. | ||
Injects class map imported from css-modules into js. | ||
Plugin respects webpack css-modules API and postcss config. | ||
@@ -3,0 +4,0 @@ |
187962
67