50 lines
1.5 KiB
SCSS
50 lines
1.5 KiB
SCSS
// Reset
|
|
// Use a file outside of hippie i.e. vendor/normalize.css
|
|
// -----------------------------------------------------------------------------
|
|
// @import "../../vendor/normalizecss/normalize.css";
|
|
|
|
|
|
|
|
// Functions and Mixins
|
|
// Important code constructions
|
|
// -----------------------------------------------------------------------------
|
|
@import "functions/all";
|
|
@import "mixins/all";
|
|
|
|
|
|
|
|
// Fonts
|
|
// Use a central file outside of hippie for font definitions with @font-face
|
|
// -----------------------------------------------------------------------------
|
|
// @import "../../vendor/fonts.css";
|
|
|
|
|
|
|
|
// Global configuration with default values
|
|
// -----------------------------------------------------------------------------
|
|
@import "global/config";
|
|
|
|
|
|
|
|
// Basic styles - this is the core of definitions
|
|
// Individual styles can be added her
|
|
// -----------------------------------------------------------------------------
|
|
@import "global/common";
|
|
@import "global/typography";
|
|
// Following the w3c document element structure
|
|
// https://w3c.github.io/html/index.html#contents
|
|
@import "elements/sections";
|
|
@import "elements/grouping";
|
|
@import "elements/textlevel";
|
|
@import "elements/embedded";
|
|
@import "elements/tables";
|
|
@import "elements/interactive";
|
|
|
|
|
|
|
|
// Individual Modules and variables
|
|
// in dependency to other styles
|
|
// -----------------------------------------------------------------------------
|
|
@import "modules/breakpoint/breakpoint_module";
|
|
@import "modules/tables/tables_module";
|
|
@import "modules/maintenance/maintenance_module";
|