File tree Expand file tree Collapse file tree 3 files changed +702
-740
lines changed Expand file tree Collapse file tree 3 files changed +702
-740
lines changed Original file line number Diff line number Diff line change 26
26
"license" : " MIT" ,
27
27
"homepage" : " https://ad2ien.github.io/" ,
28
28
"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 " ,
34
34
"uglifyjs-folder" : " ^3.2.0"
35
35
}
36
36
}
Original file line number Diff line number Diff line change 1
1
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'
7
4
theme : {
8
5
extend : {
9
6
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
+ } ,
20
17
} ,
21
18
} ,
22
19
variants : {
23
20
extend : { } ,
24
21
} ,
25
22
plugins : [ ] ,
26
- }
23
+ } ;
You can’t perform that action at this time.
0 commit comments