Skip to content

Commit a3d713f

Browse files
committed
⬆️ upgrade dependencies
1 parent a3e1c5c commit a3d713f

File tree

3 files changed

+702
-740
lines changed

3 files changed

+702
-740
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"license": "MIT",
2727
"homepage": "https://ad2ien.github.io/",
2828
"devDependencies": {
29-
"autoprefixer": "^10.4.0",
30-
"cssnano": "^5.0.9",
31-
"postcss": "^8.4.31",
32-
"postcss-cli": "^9.0.2",
33-
"tailwindcss": "^2.2.19",
29+
"autoprefixer": "^10.4.21",
30+
"cssnano": "^7.0.6",
31+
"postcss": "^8.5.3",
32+
"postcss-cli": "^11.0.1",
33+
"tailwindcss": "^3.4.17",
3434
"uglifyjs-folder": "^3.2.0"
3535
}
3636
}

tailwind.config.js

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
module.exports = {
2-
purge: [
3-
'./templates/**/*.html',
4-
'./static/js/**/*.js',
5-
],
6-
darkMode: 'class', // or 'media' or 'class'
2+
content: ["./templates/**/*.html", "./static/js/**/*.js"],
3+
darkMode: "class", // or 'media' or 'class'
74
theme: {
85
extend: {
96
width: {
10-
a4: '210mm',
11-
almosthalf: '49.2%'
12-
},
13-
height: {
14-
a4: '297mm',
15-
},
16-
screens: {
17-
print: { raw: 'print' },
18-
screen: { raw: 'screen' },
19-
},
7+
a4: "210mm",
8+
almosthalf: "49.2%",
9+
},
10+
height: {
11+
a4: "297mm",
12+
},
13+
screens: {
14+
print: { raw: "print" },
15+
screen: { raw: "screen" },
16+
},
2017
},
2118
},
2219
variants: {
2320
extend: {},
2421
},
2522
plugins: [],
26-
}
23+
};

0 commit comments

Comments
 (0)