diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 5901b3f7e7..d6fa5724f0 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -573,6 +573,7 @@ Contributors * Riley de Mestre * Mariusz Felisiak * Dharmik Gangani +* Kyle Hart Translators =========== diff --git a/docs/contributing/css_guidelines.rst b/docs/contributing/css_guidelines.rst index 5293781c01..4cb98f4539 100644 --- a/docs/contributing/css_guidelines.rst +++ b/docs/contributing/css_guidelines.rst @@ -58,22 +58,6 @@ or plugins. This configuration can be found at Styleguide Reference ~~~~~~~~~~~~~~~~~~~~ -Spacing -------- - -- Use soft-tabs with a four space indent. Spaces are the only way to - guarantee code renders the same in any person's environment. -- Put spaces after ``:`` in property declarations. -- Put spaces before ``{`` in rule declarations. -- Put line breaks between rulesets. -- When grouping selectors, put each selector on its own line. -- Place closing braces of declaration blocks on a new line. -- Each declaration should appear on its own line for more accurate - error reporting. -- Add a newline at the end of your ``.scss`` files. -- Strip trailing whitespace from your rules. -- Add a space after the comma, in comma-delimited property values e.g ``rgba()`` - Formatting ----------