From 799ec2fdf3434649ffff10e70fbb2a1047929472 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 10 Mar 2014 17:37:08 +0100 Subject: [PATCH] Comment/indentation cleanup --- core/client/assets/sass/screen.scss | 57 +++++++++++++++-------------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/core/client/assets/sass/screen.scss b/core/client/assets/sass/screen.scss index a932a99b23..e5952c3116 100644 --- a/core/client/assets/sass/screen.scss +++ b/core/client/assets/sass/screen.scss @@ -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. */