Rev | Line | |
---|
[16971] | 1 | // Settings for customization |
---|
| 2 | @import "variables"; |
---|
| 3 | |
---|
| 4 | // Dependencies |
---|
| 5 | @import '~normalize.css/normalize.css'; |
---|
| 6 | @import '~skeleton-css/css/skeleton.css'; |
---|
| 7 | @import '~@fortawesome/fontawesome-free/scss/brands'; |
---|
| 8 | @import '~@fortawesome/fontawesome-free/scss/regular'; |
---|
| 9 | @import '~@fortawesome/fontawesome-free/scss/solid'; |
---|
| 10 | @import '~@fortawesome/fontawesome-free/scss/fontawesome'; |
---|
| 11 | @import '~flexslider/flexslider.css'; |
---|
| 12 | @import '~tooltipster/dist/css/tooltipster.bundle.css'; |
---|
| 13 | @import '~tooltipster/dist/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-light.min.css'; |
---|
| 14 | @import "~magnific-popup"; |
---|
| 15 | @import 'fontface'; |
---|
| 16 | |
---|
| 17 | // Choose one of the supported syntax highlighting styles |
---|
| 18 | // https://highlightjs.org/static/demo/ |
---|
| 19 | @import '~highlight.js/scss/zenburn.scss'; |
---|
| 20 | |
---|
| 21 | // Basic bilberry styling |
---|
| 22 | @import 'bilberry-hugo-theme'; |
---|
Note: See
TracBrowser for help on using the repository browser.