mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-07-22 21:51:46 +02:00
First commit with initial theme
Some file are empty (created by `hugo new theme`), but I've left them for reference later.
This commit is contained in:
8
source/scss/style.scss
Normal file
8
source/scss/style.scss
Normal file
@ -0,0 +1,8 @@
|
||||
// ie9 is minimum supported by Bootstrap v4 and it doesn't support flexbox
|
||||
$enable-flex: false;
|
||||
$enable-grid-classes: true;
|
||||
|
||||
// optional: import local styles first
|
||||
@import 'source/scss/main.scss';
|
||||
|
||||
@import 'node_modules/bootstrap/scss/bootstrap.scss';
|
Reference in New Issue
Block a user