From 6f8a75dbe957fdd834b6271bed378161876f3461 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 15 Jan 2020 20:46:48 +0000 Subject: [PATCH] adds suggestions for index --- src/pages/index.mdx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/pages/index.mdx b/src/pages/index.mdx index cd79bc9..3056d55 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -11,11 +11,11 @@ export default ({ children }) => ( ## Features -- Written in [Sass](https://sass-lang.com/), configuration in Sass -- Project specific configuration instead of lots of defaults, designed to build project specific style systems -- Can be dropped in to existing Sass projects +- Written in [Sass](https://sass-lang.com/), configured in Sass +- Project specific configuration instead of lots of defaults +- Can be dropped into existing Sass projects - Responsive and mobile first -- Short class names derived from the CSS property they apply to make _guessing_ class names easy +- CSS property derived class names to make class name _guessing_ easy ## What are utility classes? @@ -35,12 +35,14 @@ Styling is achieved by combining multiple classes in HTML rather then writing, a ``` -Backbreeze provides classes for a lot of CSS properties in the spec. So that a lot can be achieved by combining classes. Some benefits of this approach are: +Backbreeze provides classes for most CSS properties in the spec. A lot can be achieved by combining classes. + +Benefits of this approach are: - Fast development - Small CSS files (when [processed correctly](/using-in-production/#remove-unused-css-with-purgecss)) - No need to worry about naming things -- Flexibility to make exceptions / variations of componets any time +- Flexibility to make exceptions / variations of components any time ## Why Sass?