Skip to content
Snippets Groups Projects
just-the-docs.scss 587 B
---
# this ensures Jekyll reads the file to be transformed into CSS later
# only Main files contain this front matter, not partials.
---

//
// Import dependancies
//

@import "./normalize.scss/normalize.scss";

//
// Import Just the docs scss
//

// Support
@import "./support/support";

// Custom overrides
@import "./custom/custom";

// Modules
@import "./base";
@import "./layout";
@import "./content";
@import "./navigation";
@import "./typography";
@import "./labels";
@import "./buttons";
@import "./search";
@import "./tables";
@import "./code";
@import "./utilities/utilities";