- The last updated date is taken from the latest photo of each location (without any other API call, just some data manipulation) - Manipulation of data in the preload request instead of the code
54 lines
1021 B
SCSS
54 lines
1021 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";
|
|
@import "atoms/badge";
|
|
|
|
// Molecules
|
|
@import "molecules/location";
|
|
@import "molecules/photo";
|
|
@import "molecules/globe";
|
|
@import "molecules/newsletter";
|
|
@import "molecules/form";
|
|
|
|
// Organisms
|
|
@import "organisms/carousel";
|
|
@import "organisms/photos";
|
|
@import "organisms/fullscreen";
|
|
@import "organisms/locations";
|
|
@import "organisms/pagination";
|
|
@import "organisms/footer";
|
|
|
|
// Layouts
|
|
@import "layouts/main";
|
|
@import "layouts/explore";
|
|
|
|
// Pages
|
|
@import "pages/page";
|
|
@import "pages/homepage";
|
|
@import "pages/viewer";
|
|
@import "pages/place";
|
|
|
|
// Animations
|
|
@import "animations";
|