2019-11-15 20:27:50 +01:00
|
|
|
// 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
|
|
|
|
|
// ------------------------------------------------------------------------------
|
2025-10-26 11:37:47 +01:00
|
|
|
@use "demo_config";
|
|
|
|
|
@use "hippie-style/basic";
|
2019-11-15 20:27:50 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
// Additional Modules and variables
|
|
|
|
|
// in dependency to other basic styles
|
|
|
|
|
// could be defined here
|
|
|
|
|
// -----------------------------------------------------------------------------
|
2025-10-26 11:37:47 +01:00
|
|
|
// @use "modules/YOUR-MODULE/YOUR-FILES";
|