mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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";
|
@import "modules/mixins";
|
||||||
/* Sass variables like colours, font sizes, basic styles. */
|
/* Sass variables like colours, font sizes, basic styles. */
|
||||||
|
|
||||||
@import "modules/normalize";
|
@import "modules/normalize";
|
||||||
/* Browser cross compatibility normalisation*/
|
/* Browser cross compatibility normalisation*/
|
||||||
|
|
||||||
@import "modules/icons";
|
@import "modules/icons";
|
||||||
/* All the styles controlling icons. */
|
/* All the styles controlling icons. */
|
||||||
|
|
||||||
@import "modules/animations";
|
@import "modules/animations";
|
||||||
/* Keyframe animations. */
|
/* Keyframe animations. */
|
||||||
|
|
||||||
@import "modules/global";
|
@import "modules/global";
|
||||||
/* Global elements for the UI, like the header and footer. */
|
/* Global elements for the UI, like the header and footer. */
|
||||||
|
|
||||||
@import "modules/forms";
|
|
||||||
/* All the styles controlling forms and form fields. */
|
|
||||||
|
|
||||||
|
@import "modules/forms";
|
||||||
|
/* All the styles controlling forms and form fields. */
|
||||||
|
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
Layouts - Styles for specific admin screen layouts, grouped by screen.
|
Layouts - Styles for specific admin screen layouts, grouped by screen.
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
@import "layouts/manage";
|
@import "layouts/manage";
|
||||||
/* The manage posts screen. */
|
/* The manage posts screen. */
|
||||||
|
|
||||||
@import "layouts/editor";
|
@import "layouts/editor";
|
||||||
/* The write/edit post screen. */
|
/* The write/edit post screen. */
|
||||||
|
|
||||||
@import "layouts/auth";
|
@import "layouts/auth";
|
||||||
/* The login screen. */
|
/* The login screen. */
|
||||||
|
|
||||||
@import "layouts/errors";
|
@import "layouts/errors";
|
||||||
/* The error screens. */
|
/* 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";
|
@import "layouts/settings";
|
||||||
/* The users pane. */
|
/* The settings screen. */
|
||||||
|
|
||||||
|
@import "layouts/users";
|
||||||
|
/* The users pane. */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue