File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 4
4
< link rel ="stylesheet " href ="{{ $css.Permalink | relURL }} ">
5
5
{{ else -}}
6
6
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "includePaths" (slice "node_modules")) -}}
7
- {{ $css := resources.Get "scss/app.scss" | toCSS $options | postCSS (dict "config" "config/postcss.config.js") -}}
7
+ {{ $css := resources.Get "scss/app.scss" | toCSS $options -}}
8
8
{{ $secureCSS := $css | resources.Fingerprint "sha512" -}}
9
9
< link rel ="stylesheet " href ="{{ $secureCSS.Permalink }} " integrity ="{{ $secureCSS.Data.Integrity }} " crossorigin ="anonymous ">
10
10
{{ end -}}
11
- < noscript > < style > img .lazyload { display : none; }</ style > </ noscript >
11
+ < noscript > < style > img .lazyload { display : none; }</ style > </ noscript >
Original file line number Diff line number Diff line change 43
43
"@babel/cli" : " ^7.18" ,
44
44
"@babel/core" : " ^7.18" ,
45
45
"@babel/preset-env" : " ^7.18" ,
46
- "@fullhuman/postcss-purgecss" : " ^4.1" ,
47
46
"auto-changelog" : " ^2.4" ,
48
47
"autoprefixer" : " ^10.4" ,
49
48
"bootstrap" : " ^5.2.0-beta1" ,
59
58
"markdownlint-cli2" : " ^0.4.0" ,
60
59
"netlify-plugin-submit-sitemap" : " ^0.4.0" ,
61
60
"node-fetch" : " ^3.2" ,
62
- "postcss" : " ^8.4" ,
63
- "postcss-cli" : " ^10.0" ,
64
61
"purgecss-whitelister" : " ^2.4" ,
65
62
"shx" : " ^0.3.4" ,
66
63
"stylelint" : " ^14.9" ,
You can’t perform that action at this time.
0 commit comments