Initial Commit

This commit is contained in:
2022-12-20 11:54:09 -08:00
commit cea2117b56
33 changed files with 9085 additions and 0 deletions

6
src/variables.scss Normal file
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;