hippie/source/style/demo_basic.scss
Stephan Hagedorn df064b8a94 Style changes
* removed demo module from basic style
* include submodule changes
2020-05-08 20:02:08 +02:00

13 lines
516 B
SCSS

// Start a new project by creating YOUR-PROJECT.scss and _YOUR-CONFIG.scss
// Then import your config and hippie
// NOTE // No css rules allowed in here
// ------------------------------------------------------------------------------
@import "demo_config";
@import "hippie-style/basic";
// Additional Modules and variables
// in dependency to other basic styles
// could be defined here
// -----------------------------------------------------------------------------
// @import "modules/YOUR-MODULE/YOUR-FILES";