feat: lift praxis theme CSS into sass entry point

- 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/)
This commit is contained in:
2026-05-20 22:31:29 +02:00
parent d79bafccb4
commit 24e2fa9d62
2 changed files with 2009 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
// 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";