File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/configure-pages@v5
2828 - name : Build web site
2929 run : |
30- dotnet tool install --global lunet --version "0.7 .*"
30+ dotnet tool install --global lunet --version "0.8 .*"
3131 lunet build
3232 - name : Upload artifact
3333 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ $bootstrap-icons-font-dir: "/fonts";
2121 --color-c64-yellow : #ECE304 ;
2222 --color-c64-green : #4CAB27 ;
2323 --color-c64-blue : #3966AD ;
24+ --bs-font-sans-serif : #{inspect ($font-family-base )} ;
2425}
2526
2627@font-face {
Original file line number Diff line number Diff line change @@ -72,10 +72,11 @@ with bundle
7272
7373 # copy font files
7474 content bootstrap_icons "/font/fonts/bootstrap-icons.*" "/fonts/"
75-
75+
7676 # concatenate css/js files
77+ scss.use_dart_sass = true # Use Dart Sass for SCSS compilation
7778 concat = true
78- # minify = true # Cannot minify because of of CSS minification issues
79+ minify = true
7980end
8081
8182with attributes
You can’t perform that action at this time.
0 commit comments