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 bd3bb31b6c Deprecate old files and introduce _shame.scss
- New _shame.scss to hold styles/components which need to be refactored or removed
- layout.scss and floatingheader.scss merged into global.scss/shame.scss
2014-07-30 08:07:23 +03:00

41 lines
882 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/_shame"; // TODO: Remove
@import "patterns/forms";
@import "patterns/buttons";
//
// Components - Groups of Patterns
// --------------------------------------------------
@import "components/navigation";
@import "components/dropdowns";
//
// Layouts - Groups of Components
// --------------------------------------------------
@import "layouts/default";