mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Cleanup screen.scss / import uploader
This commit is contained in:
parent
f8033f92fe
commit
f6f2a15c4b
1 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Helpers - Variables and mixins
|
// Helpers: Sass Utilities
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
@import "_bourbon"; // via Bower http://bourbon.io/
|
@import "_bourbon"; // via Bower http://bourbon.io/
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Libraries - 3rd party dependencies
|
// Libraries: Code by Other Homies
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
@import "normalize"; // via Bower
|
@import "normalize"; // via Bower
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Patterns - Re-usable styles
|
// Patterns: Groups of Styles
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
@import "patterns/global";
|
@import "patterns/global";
|
||||||
|
@ -29,17 +29,18 @@
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Components - Groups of Patterns
|
// Components: Groups of Patterns
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
@import "components/navigation";
|
@import "components/navigation";
|
||||||
@import "components/modals";
|
@import "components/modals";
|
||||||
@import "components/notifications";
|
@import "components/notifications";
|
||||||
|
@import "components/uploader";
|
||||||
@import "components/dropdowns";
|
@import "components/dropdowns";
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Layouts - Groups of Components
|
// Layouts: Groups of Components
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
@import "layouts/default";
|
@import "layouts/default";
|
||||||
|
|
Loading…
Add table
Reference in a new issue