migrated main.css

This commit is contained in:
Aaron Qian 2022-11-13 22:58:45 -08:00 committed by Aaron Qian
parent 82feb539bd
commit 5da792bf71
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
4 changed files with 518 additions and 516 deletions

View file

@ -1,5 +1,7 @@
@import 'bootstrap/scss/bootstrap.scss';
@import './layouts/main';
{{ range $feature, $featureDef := site.Params.features }}
{{ with $featureDef }}
{{ $featureEnabled := or (not (isset . "enable")) .enable }}