mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
32 lines
625 B
SCSS
32 lines
625 B
SCSS
//
|
|
// Helpers - Variables and mixins
|
|
// --------------------------------------------------
|
|
|
|
@import "_bourbon"; // via Bower http://bourbon.io/
|
|
@import "helpers/variables";
|
|
@import "helpers/mixins";
|
|
|
|
|
|
//
|
|
// Libraries - 3rd party dependencies
|
|
// --------------------------------------------------
|
|
|
|
@import "normalize"; // via Bower
|
|
|
|
|
|
//
|
|
// Patterns - Re-usable styles
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
//
|
|
// Components - User interface objects
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
//
|
|
// Layouts - Individual application screens
|
|
// --------------------------------------------------
|
|
|