# cripsy-boilerplate A simple mini-framework for basic styling and few Functions to simplify handling with values. ## Components There a few Components that also provide a Closure to adding additional Styles. ### body Styles for Body, including Format for Fonts and Colors. ### button Styles for Button. ### icon Basic Styles for SVG-Icons. ### list Additional Styles for lists, also Modificators for horzizonal lists. ### heading Styling h1-h6 and create also CSS-Classes with same name. ### normalize Basic Normalizing for a few Elements. Also adding to some elements a basic margin. ## Functions ### pxToEm, pxToRem Function to convert from px to em or rem. ## Mixins ### clearfix Styling for Clearfix with pseudo-classes. ### fontSite Using pxToRem for font-size, also include a fallback to px.