migrate bootstrap and flags to bundle
This commit is contained in:
parent
3957190425
commit
82feb539bd
532 changed files with 63 additions and 7630 deletions
5
layouts/partials/helpers/get-sass-options.html
Normal file
5
layouts/partials/helpers/get-sass-options.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{ return (dict
|
||||
"outputStyle" "compressed"
|
||||
"enableSourceMap" (not hugo.IsProduction)
|
||||
"includePaths" "node_modules"
|
||||
) }}
|
Loading…
Add table
Add a link
Reference in a new issue