base
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@plane/tailwind-config",
|
||||
"version": "1.3.0",
|
||||
"private": true,
|
||||
"description": "common tailwind configuration across monorepo",
|
||||
"license": "AGPL-3.0",
|
||||
"sideEffects": [
|
||||
"**/*.css"
|
||||
],
|
||||
"main": "tailwind.config.js",
|
||||
"exports": {
|
||||
"./index.css": "./index.css",
|
||||
"./postcss.config.js": "./postcss.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/postcss": "4.1.17",
|
||||
"postcss": "8.5.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "4.1.17"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user