feat: added tailwindcss
This commit is contained in:
parent
e106ee4c4c
commit
315f7e9896
5 changed files with 94 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "kirby-moin",
|
||||
"version": "1.0.0",
|
||||
"description": "Watch and build tailwindcss",
|
||||
"scripts": {
|
||||
"watch": "npx @tailwindcss/cli -i ./src/css/tailwind.css -o ./public/css/app.css --content './site/**/*.php' -w",
|
||||
"build": "npx @tailwindcss/cli -i ./src/css/tailwind.css -o ./public/css/app.css --content './site/**/*.php' -m"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "ssh://git@deichrakete.space/deichrakete/kirby-moin.git"
|
||||
},
|
||||
"author": "Stephan Plöhn",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"tailwindcss": "^4.1.12"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue