mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
* refactor: output article element when needed * refactor: refactor container styles and media queries - Add the `$tablet` variable to `_container.scss` - Add a media query to `_container.scss` - Import `_container.scss` in `critical.scss` - Remove the import of `_container.scss` in `style.scss`
11 lines
211 B
SCSS
11 lines
211 B
SCSS
@charset "utf-8";
|
|
|
|
@import '_partial/customCursor';
|
|
@import '_partial/stage';
|
|
@import '_partial/stageNav';
|
|
|
|
@import '_partial/collection';
|
|
@import '_partial/gallery';
|
|
|
|
@import 'node_modules/swiper/swiper.scss';
|