mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
35 lines
735 B
SCSS
35 lines
735 B
SCSS
//
|
|
// Helpers - Variables and mixins
|
|
// --------------------------------------------------
|
|
|
|
@import "_bourbon"; // via Bower http://bourbon.io/
|
|
@import "helpers/variables";
|
|
@import "helpers/mixins";
|
|
@import "helpers/icons";
|
|
|
|
|
|
//
|
|
// Libraries - 3rd party dependencies
|
|
// --------------------------------------------------
|
|
|
|
@import "normalize"; // via Bower
|
|
|
|
|
|
//
|
|
// Patterns - Re-usable styles
|
|
// --------------------------------------------------
|
|
|
|
@import "patterns/global";
|
|
|
|
//
|
|
// Components - User interface objects
|
|
// --------------------------------------------------
|
|
|
|
@import "components/navigation";
|
|
|
|
|
|
//
|
|
// Layouts - Individual application screens
|
|
// --------------------------------------------------
|
|
|
|
@import "layouts/default"; |