* changed paths to style module * removed initial style folder which was moved to the submodule
14 lines
553 B
SCSS
14 lines
553 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/hippie";
|
|
|
|
|
|
// Additional Modules and variables
|
|
// in dependency to other basic styles
|
|
// could be defined here
|
|
// -----------------------------------------------------------------------------
|
|
@import "modules/demo/demo_module";
|
|
// @import "modules/YOUR-MODULE/YOUR-FILES";
|