--wip-- [skip ci]

This commit is contained in:
2026-03-22 18:19:12 +01:00
parent fdf0e65e22
commit 4eb5a4d7db
11 changed files with 1200 additions and 34 deletions

17
tailwind/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "tailwind",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@tailwindcss/cli": "^4.2.1",
"tailwindcss": "^4.2.1"
}
}