Skip to content

Commit 0e45a8d

Browse files
authored
feat: tailwindcss 4.1 (#30)
1 parent 82895e7 commit 0e45a8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "simpl",
3-
"version": "0.0.1",
3+
"version": "0.2.1",
44
"description": "A simpl(e) Hugo Theme",
55
"author": "@esacteksab",
66
"scripts": {
77
"postcss": "postcss ./assets/css/main.css --config ./postcss.config.js -r"
88
},
99
"devDependencies": {
10-
"@tailwindcss/cli": "^4.0.17",
10+
"@tailwindcss/cli": "^4.1.2",
1111
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
12-
"@tailwindcss/postcss": "^4.0.17",
12+
"@tailwindcss/postcss": "^4.1.2",
1313
"@tailwindcss/typography": "^0.5.16",
1414
"autoprefixer": "^10.4.21",
1515
"install": "^0.13.0",
@@ -28,7 +28,7 @@
2828
"prettier-plugin-toml": "^2.0.3",
2929
"stylelint": "^16.17.0",
3030
"stylelint-config-recommended": "^15.0.0",
31-
"tailwindcss": "^4.0.12"
31+
"tailwindcss": "^4.1.2"
3232
},
3333
"postcss": {
3434
"map": false,

0 commit comments

Comments
 (0)