You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
550 B

---
# Only the main Sass file needs front matter (the dashes are enough)
---
// System fonts
@import "system-font-css/_system-font";
// Custom variables and variable overwrites.
@import "theme/variables";
// Import default variables and available mixins.
@import "uikit/variables-theme";
@import "uikit/mixins-theme";
// Custom mixin overwrites.
@import "theme/mixins";
// Import UIkit.
@import "theme/uikit";
// Other vendor styles
@import "syntax-highlighting/github";
// Comment forms
@import "comments/comments";
@import "comments/forms";