Update stylegen dependencies and scripts
This commit is contained in:
2
public/css/styles.css
vendored
2
public/css/styles.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"gen": "tailwindcss build ./base.css -o ../public/css/styles.css --minify",
|
"gen": "tailwindcss build ./base.css -o ../public/css/styles.css --minify",
|
||||||
"watch": "tailwindcss build ./base.css -o ../public/css/styles.css --watch --minify"
|
"watch": "tailwindcss build ./base.css -o ../public/css/styles.css --watch --minify"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tailwindcss/typography": "^0.5.10",
|
"@tailwindcss/typography": "^0.5.10",
|
||||||
"daisyui": "^4.4.24",
|
"daisyui": "^4.6.0",
|
||||||
"tailwindcss": "^3.4.0"
|
"tailwindcss": "^3.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user