Move frontend to a subdirectory

This commit is contained in:
2023-09-26 15:16:48 -07:00
parent d785271d16
commit 35b21b7b6b
36 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/* Variables and mixins declared here will be available in all other SCSS files */ /* https://github.com/jgthms/bulma/issues/1293 */
$body-overflow-y: auto;
@import './darkly/variables.scss';
$family-sans-serif: "Ubuntu", sans-serif;