Files
housesof/src/style/style.scss
Félix Péault 9b0c154f61 WIP React > Svelte
Put most of the developed design into Svelte
2020-02-11 15:09:32 +01:00

41 lines
701 B
SCSS

@charset "UTF-8";
// Tools
@import "variables";
@import "tools/mixins";
@import "tools/functions";
@import "tools/helpers";
// Dependencies
@import "normalize.css/normalize";
// Base
@import "base";
@import "fonts";
// Atoms
@import "atoms/button";
@import "atoms/link";
@import "atoms/switcher";
@import "atoms/cursor";
// Molecules
@import "molecules/photo";
@import "molecules/pagination";
@import "molecules/globe";
@import "molecules/footer";
// 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";