feat: implement build-time @store PostCSS directive
This commit is contained in:
18
plugins/postcss-storestyles/package.json
Normal file
18
plugins/postcss-storestyles/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "postcss-storestyles",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"description": "PostCSS plugin store styles related to multitenant systems using tailwindcss",
|
||||
"keywords": [],
|
||||
"author": "Benjamin Wegener <hello@ghosted.studio>",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.4.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.47.0",
|
||||
"postcss": "^8.4.27"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user