1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-10 17:40:43 +00:00
notes/assets/css/just-the-docs.scss

34 lines
594 B
SCSS
Raw Normal View History

2017-03-09 18:16:08 +00:00
---
# this ensures Jekyll reads the file to be transformed into CSS later
# only Main files contain this front matter, not partials.
---
//
// Import dependancies
//
2018-11-16 15:28:47 +00:00
@import "./vendor/normalize.scss/normalize.scss";
2017-03-09 18:16:08 +00:00
//
// Import Just the docs scss
//
// Support
@import "./support/support";
2017-03-27 01:09:19 +00:00
// Custom overrides
@import "./custom/custom";
// Modules
2017-03-09 18:16:08 +00:00
@import "./base";
@import "./layout";
2017-03-24 13:47:37 +00:00
@import "./content";
2017-03-09 18:16:08 +00:00
@import "./navigation";
@import "./typography";
2017-03-27 01:09:19 +00:00
@import "./labels";
2017-03-24 13:47:37 +00:00
@import "./buttons";
@import "./search";
2017-03-09 18:16:08 +00:00
@import "./tables";
@import "./code";
2017-03-24 13:47:37 +00:00
@import "./utilities/utilities";