WIP React > Svelte
Put most of the developed design into Svelte
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user