sync: master branch changes to preview
This commit is contained in:
commit
6e033f9fdb
22 changed files with 77 additions and 31 deletions
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "@plane/tailwind-config",
|
||||
"version": "1.2.0",
|
||||
"license": "AGPL-3.0",
|
||||
"description": "common tailwind configuration across monorepo",
|
||||
"main": "tailwind.config.js",
|
||||
"version": "1.2.3",
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "4.1.17",
|
||||
"postcss": "8.5.6",
|
||||
"tailwindcss": "4.1.17"
|
||||
},
|
||||
"exports": {
|
||||
"./index.css": "./index.css",
|
||||
"./postcss.config.js": "./postcss.config.js"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue