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
John O'Nolan db305054a5 Forms
2014-07-30 07:57:36 +03:00

40 lines
853 B
SCSS

//
// Helpers - Variables and mixins
// --------------------------------------------------
@import "_bourbon"; // via Bower http://bourbon.io/
@import "helpers/variables";
@import "helpers/mixins";
@import "helpers/icons";
@import "helpers/animations";
//
// Libraries - 3rd party dependencies
// --------------------------------------------------
@import "normalize"; // via Bower
//
// Patterns - Re-usable styles
// --------------------------------------------------
@import "patterns/global";
@import "patterns/forms";
@import "patterns/buttons";
//
// Components - User interface objects
// --------------------------------------------------
@import "components/navigation";
@import "components/dropdowns";
//
// Layouts - Individual application screens
// --------------------------------------------------
@import "layouts/default";