WIP React > Svelte

Put most of the developed design into Svelte
This commit is contained in:
2020-02-11 15:09:32 +01:00
parent 61e45cb171
commit 9b0c154f61
95 changed files with 3627 additions and 9464 deletions

View File

@@ -1,4 +1,4 @@
@charset "utf-8";
@charset "UTF-8";
// Tools
@import "variables";
@@ -8,27 +8,33 @@
// Dependencies
@import "normalize.css/normalize";
// @import "bulma/css/bulma.min";
// @import "@fortawesome/fontawesome-free/css/all.min";
// Base
@import "base";
@import "fonts";
// Layout
@import "layout/header";
@import "layout/nav";
@import "layout/main";
@import "layout/footer";
// Atoms
@import "atoms/button";
@import "atoms/link";
@import "atoms/switcher";
@import "atoms/cursor";
// Modules
// @import "modules/module";
// Molecules
@import "molecules/photo";
@import "molecules/pagination";
@import "molecules/globe";
@import "molecules/footer";
// Components
// @import "components/component";
// Organisms
@import "organisms/locations";
@import "organisms/carousel";
@import "organisms/photos";
// Pages
@import "pages/homepage";
@import "pages/viewer";
@import "pages/place";
@import "pages/explore";
// Animations
// @import "animations/animation";
// Responsive
// @import "layout/responsive";
@import "animations";