postcss-single-spa-scoped
Version:
PostCSS plugin for manipulating the CSS in a single-spa application to best achieve scoped CSS
27 lines (26 loc) • 623 B
JSON
{
"name": "postcss-single-spa-scoped",
"version": "1.6.6",
"description": "PostCSS plugin for manipulating the CSS in a single-spa application to best achieve scoped CSS",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"postcss-single-spa-scoped"
],
"author": "Fisnik <ukaj808@gmail.com>",
"license": "MIT",
"repository": "github.com/ukaj808/postcss-single-spa-prefix",
"engines": {
"node": ">=16.0.0"
},
"main": "index.js",
"types": "index.d.ts",
"peerDependencies": {
"postcss": "^8.3.0"
},
"dependencies": {
"css.escape": "^1.5.1",
"uuid": "^9.0.1"
}
}