Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.scss « sass - github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a30ecdeb3a55c6987ad25fe64037394e63c4042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// IMPORTS
//

@import "vendor/bootstrap/scss/bootstrap-reboot.scss";
@import "vendor/bootstrap/scss/bootstrap";
@import "vendor/font-awesome/scss/font-awesome";
@import "variables";
// https://gohugo.io/content-management/syntax-highlighting/#generate-syntax-highlighter-css
// hugo gen chromastyles --style=colorful > sass/vendor/pygments/scss/colorful.scss
// pygments
// pygmentize -S colorful -f html -a .highlight > ../hugo-now/sass/vendor/pygments/scss/colorful.scss
@import "vendor/pygments/scss/default";
@import "index";