1
0
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:
2016-08-28 16:21:39 +03:00
commit 2bb1d6ecc0
22 changed files with 1044 additions and 0 deletions

8
source/scss/style.scss Normal file
View 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';