diff --git a/dist/example/index.html b/dist/example/index.html index 9b46681..d65aa36 100644 --- a/dist/example/index.html +++ b/dist/example/index.html @@ -32,48 +32,38 @@
- Flat Sass Boilerplate gives you an amount of basic settings, components, helpers, mixins and functions. -
-- The problem of most frameworks is they trying to hard adding a lot of styles - which has to be customized and documented if you used it for a Project. - Often these changes cause a loss of performance and raise the propability of errors. -
-- Crispy Boilerplate uses also the following libraries: -
-- The boilerplate uses as coding style BEM, - but as a more simpler idea of it. One of the benefits of BEM is that you create components and can reuse them. - But one the other hand it can be really strange if you overthinking it. -
-- Components are created to give you a structure and a basic set of styles and not to look fancy. - The idea is to extend each component and save time to write a bunch of extra CSS code and - therefore get more performance while minimize the causes of errors. Of Course is really Fancy to get more Performance and less Errors. -
-- Components and Helpers are organizes as Mixins, that makes it a little easier to - to add Styles you need. -
- - -npm install crispy-boilerplate
-                Main SCSS-file:
-@import
+		
+			
+                This is a small CSS / SASS Framework that gives you an amount of varaibles, components, modifiziers, mixins and functions.
+            
+            
+                The problem of most frameworks is they trying to hard adding a lot of styles
+                which has to be customized and documented if you used it for a Project.
+                Often these changes cause a loss of performance and raise the propability of errors.
+            
+            
+                Crispy uses normalize.css
+            
+            Coding Style
+            
+                The boilerplate uses as coding style BEM,
+                but as a more simpler idea of it. One of the benefits of BEM is that you create components and can reuse them.
+                But one the other hand it can be really strange if you overthinking it.
+            
+            Not Fancy but Small
+            
+                Components are created to give you a structure and a basic set of styles and not to look fancy.
+                The idea is to extend each component and save time to write a bunch of extra CSS code and
+                therefore get more performance while minimize the causes of errors. Of Course is really Fancy to get more Performance and less Errors.
+            
+
+            
+			
+            Getting Started
+            Installation
+            npm install crispy-boilerplate
+            Main SCSS-file:
+            @import
     "crispy";
                 After this include mixins you need:
                 @include crispy__*()