WIP: completely custom theme #41

Draft
june wants to merge 6 commits from feature/custom-theme into main
3 changed files with 7 additions and 2 deletions
Showing only changes of commit 9429366f49 - Show all commits

View file

@ -1,3 +1,8 @@
// General variables.
@import "variables.scss";
@import "container.scss";
@import "document-typography.scss";
// General implicit document styling.
@import "document/typography.scss";
// Classes to be used explicitly.
@import "classes/container.scss";