mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Comment/indentation cleanup
This commit is contained in:
parent
10e2d5b7df
commit
799ec2fdf3
1 changed files with 29 additions and 28 deletions
|
@ -4,51 +4,52 @@
|
|||
*/
|
||||
|
||||
/* ==========================================================================
|
||||
Modules - These styles are re-used in many areas, and are grouped by type.
|
||||
Modules - These styles are re-used in many areas, grouped by type.
|
||||
========================================================================== */
|
||||
|
||||
@import "modules/mixins";
|
||||
/* Sass variables like colours, font sizes, basic styles. */
|
||||
@import "modules/mixins";
|
||||
/* Sass variables like colours, font sizes, basic styles. */
|
||||
|
||||
@import "modules/normalize";
|
||||
/* Browser cross compatibility normalisation*/
|
||||
@import "modules/normalize";
|
||||
/* Browser cross compatibility normalisation*/
|
||||
|
||||
@import "modules/icons";
|
||||
/* All the styles controlling icons. */
|
||||
@import "modules/icons";
|
||||
/* All the styles controlling icons. */
|
||||
|
||||
@import "modules/animations";
|
||||
/* Keyframe animations. */
|
||||
@import "modules/animations";
|
||||
/* Keyframe animations. */
|
||||
|
||||
@import "modules/global";
|
||||
/* Global elements for the UI, like the header and footer. */
|
||||
|
||||
@import "modules/forms";
|
||||
/* All the styles controlling forms and form fields. */
|
||||
@import "modules/global";
|
||||
/* Global elements for the UI, like the header and footer. */
|
||||
|
||||
@import "modules/forms";
|
||||
/* All the styles controlling forms and form fields. */
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
Layouts - Styles for specific admin screen layouts, grouped by screen.
|
||||
========================================================================== */
|
||||
|
||||
@import "layouts/manage";
|
||||
/* The manage posts screen. */
|
||||
@import "layouts/manage";
|
||||
/* The manage posts screen. */
|
||||
|
||||
@import "layouts/editor";
|
||||
/* The write/edit post screen. */
|
||||
@import "layouts/editor";
|
||||
/* The write/edit post screen. */
|
||||
|
||||
@import "layouts/auth";
|
||||
/* The login screen. */
|
||||
@import "layouts/auth";
|
||||
/* The login screen. */
|
||||
|
||||
@import "layouts/errors";
|
||||
/* The error screens. */
|
||||
@import "layouts/errors";
|
||||
/* The error screens. */
|
||||
|
||||
/* ==========================================================================
|
||||
Settings Layouts - Styles for the individual settings panes, grouped by pane.
|
||||
|
||||
/* ==========================================================================
|
||||
Settings Layouts - Styles for the settings panes, grouped by pane.
|
||||
========================================================================== */
|
||||
@import "layouts/settings";
|
||||
/* The settings screen. */
|
||||
|
||||
@import "layouts/users";
|
||||
/* The users pane. */
|
||||
@import "layouts/settings";
|
||||
/* The settings screen. */
|
||||
|
||||
@import "layouts/users";
|
||||
/* The users pane. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue