|
|
@ -1 +1,45 @@ |
|
|
|
# cripsy-boilerplate |
|
|
|
# cripsy-boilerplate |
|
|
|
|
|
|
|
A simple mini-framework for basic styling. |
|
|
|
|
|
|
|
## Components |
|
|
|
|
|
|
|
### body |
|
|
|
|
|
|
|
Styles for Body, including Format for Fonts and Colors. |
|
|
|
|
|
|
|
### button |
|
|
|
|
|
|
|
Styles for Button. |
|
|
|
|
|
|
|
### icon |
|
|
|
|
|
|
|
Basic Styles for SVG-Icons. |
|
|
|
|
|
|
|
### list |
|
|
|
|
|
|
|
Basic Styles for |
|
|
|
|
|
|
|
### heading |
|
|
|
|
|
|
|
Styling h1-h6 and create also CSS-Classes with same name. |
|
|
|
|
|
|
|
### Normalize |
|
|
|
|
|
|
|
Basic Normalizing for a few Elements. |
|
|
|
|
|
|
|
## Functions |
|
|
|
|
|
|
|
### pxToEm, pxToRem |
|
|
|
|
|
|
|
Function to convert from px to em or rem. |
|
|
|
|
|
|
|
## Mixins |
|
|
|
|
|
|
|
### clearfix |
|
|
|
|
|
|
|
Adding Clearfix |
|
|
|
|
|
|
|
### fontSite |
|
|
|
|
|
|
|
Using pxToRem for font-size, also include a fallback to px. |