24e2fa9d62
- main.scss imports the praxis theme partial - Fix missing semicolon at line 1836 that SCSS strict mode rejected - Bootstrap and mobile-menu remain separate <link> tags (loaded from /css/)
9 lines
371 B
SCSS
9 lines
371 B
SCSS
// Praxis am Lienhardplatz — theme entry point
|
|
//
|
|
// Compiled by Zola into /main.css and loaded by base.html.
|
|
// Bootstrap, mobile-menu, flexslider, and Font Awesome are loaded as separate
|
|
// <link> tags from /css/ (see templates/partials/head.html), so we don't import
|
|
// them here. Only the praxis-specific theme styles compile through SASS.
|
|
|
|
@import "praxis_theme";
|