Files
housesof/src/style/style.scss
Félix Péault cc0d6c1dcd Carousel: Use the counter as a component
- Add animation when changing photos
- Reusable and scalable to more than XX photos
2020-03-10 21:22:53 +01:00

49 lines
884 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/button-outline";
@import "atoms/button-control";
@import "atoms/icon-globe";
@import "atoms/toggle";
@import "atoms/link";
@import "atoms/switcher";
@import "atoms/counter";
// Molecules
@import "molecules/location";
@import "molecules/photo";
@import "molecules/globe";
// Organisms
@import "organisms/carousel";
@import "organisms/photos";
@import "organisms/locations";
@import "organisms/pagination";
@import "organisms/footer";
// Layouts
@import "layouts/explore";
// Pages
@import "pages/page";
@import "pages/homepage";
@import "pages/viewer";
@import "pages/place";
// Animations
@import "animations";