From 7106b6c70acc728dffa62cd5fdfe0212a0d74f07 Mon Sep 17 00:00:00 2001 From: nirgendswo Date: Wed, 16 Aug 2017 14:51:18 +0200 Subject: [PATCH] adding readme --- README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9bd057..836b6f4 100644 --- a/README.md +++ b/README.md @@ -1 +1,45 @@ -# cripsy-boilerplate \ No newline at end of file +# 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.