babel-plugin-csstag
Version:
Babel plugin for compiling CSS Modules in csstag's tagged templates to actual styles for production.
26 lines (25 loc) • 621 B
JSON
{
"author": "Danil Semelenov",
"name": "babel-plugin-csstag",
"dependencies": {
"clean-css": "^4.2.1",
"csstag": "0.x.x"
},
"description": "Babel plugin for compiling CSS Modules in csstag's tagged templates to actual styles for production.",
"homepage": "https://github.com/sgtpep/csstag/tree/master/babel-plugin-csstag",
"keywords": [
"babel",
"babel-plugin",
"browser",
"css",
"css-modules",
"esm",
"postcss",
"tagged-template",
"tagged-template-literal",
"template-literal"
],
"license": "MIT",
"repository": "sgtpep/csstag",
"version": "0.2.1"
}