0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/assets/sass/screen.scss

38 lines
769 B
SCSS
Raw Normal View History

//
// 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";
2014-07-29 11:00:29 +01:00
//
// Components - User interface objects
// --------------------------------------------------
@import "components/navigation";
@import "components/dropdowns";
2014-03-11 23:23:42 +00:00
//
// Layouts - Individual application screens
// --------------------------------------------------
2014-07-29 11:00:29 +01:00
@import "layouts/default";