hippie/source/style/demo_basic.scss
2025-10-26 11:37:47 +01:00

13 lines
507 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
// ------------------------------------------------------------------------------
@use "demo_config";
@use "hippie-style/basic";
// Additional Modules and variables
// in dependency to other basic styles
// could be defined here
// -----------------------------------------------------------------------------
// @use "modules/YOUR-MODULE/YOUR-FILES";