zelda-planted/themes/zen/assets/sass/_init.scss

23 lines
669 B
SCSS
Raw Normal View History

2020-10-15 04:39:37 +00:00
// Initialization partial
//
// To make it easier to use all variables and mixins in any Sass file in this
// project, each .scss file has a `@import 'init';` declaration. The _init.scss
// file is in charge of importing all the other partials needed for the
// project.
// Colours and variables.
@import 'init/colors';
@import 'init/variables';
// Add typey to manage font sizes and margins.
@import 'typey';
// Custom mixins used on this site.
@import 'init/breakpoint/respond-to';
@import 'init/clearfix/clearfix';
@import 'init/rtl/rtl';
@import 'init/visually-hidden/visually-hidden';
// Custom functions used on this site.
@import 'init/image-url/image-url';