mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
e987aeb88e
- Partially addresses #129
55 lines
1.3 KiB
SCSS
55 lines
1.3 KiB
SCSS
---
|
|
sitemap: false
|
|
---
|
|
|
|
/*
|
|
*
|
|
* So Simple
|
|
*
|
|
* Designer: Michael Rose
|
|
* Twitter: http://twitter.com/mmistakes
|
|
*
|
|
*/
|
|
|
|
@import "variables";
|
|
|
|
/*
|
|
Vendor
|
|
========================================================================== */
|
|
|
|
@import "vendor/bourbon/bourbon"; /* Bourbon mixins (bourbon.io) */
|
|
@import "grid-settings"; /* Bourbon Neat settings */
|
|
@import "vendor/neat/neat"; /* Bourbon Neat grid mixins (neat.bourbon.io) */
|
|
@import "vendor/font-awesome/font-awesome"; /* Font Awesome icons */
|
|
@import "vendor/magnific-popup/magnific-popup"; /* Magnific Popup lightbox */
|
|
|
|
/*
|
|
Global
|
|
========================================================================== */
|
|
|
|
@import "mixins";
|
|
@import "reset";
|
|
@import "base";
|
|
|
|
/*
|
|
Components
|
|
========================================================================== */
|
|
|
|
@import "helpers";
|
|
@import "buttons";
|
|
@import "wells";
|
|
@import "syntax";
|
|
@import "forms";
|
|
@import "notices"; /* notices and alerts */
|
|
@import "animations";
|
|
@import "masthead";
|
|
@import "navigation";
|
|
@import "search";
|
|
@import "footer";
|
|
|
|
/*
|
|
Page specific
|
|
========================================================================== */
|
|
|
|
@import "page"; /* layout and styles that apply to posts and pages */
|
|
@import "archives"; /* archive pages (post/tag lists, etc) */
|