Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.0 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. # cripsy-boilerplate
  2. Flat Sass Boilerplate to give you a amount of Basic Settings, Mixins and Functions.
  3. This Boilerplate uses hover.css and normalize.css
  4. ```
  5. npm install crispy-boilerplate --save
  6. ```
  7. ## Components
  8. There a few Components, some are also provide a Closure to adding additional Styles.
  9. ### align
  10. Additional Styles for modificators for align text, floating and centering elements.
  11. ### body
  12. Styles for Body, including Format for Fonts and Colors.
  13. ### button
  14. Styles for Buttons.
  15. ### heading
  16. Styling h1-h6 and create also CSS-Classes with same name.
  17. ### icon
  18. Styles to use SVG as Icons.
  19. ### list
  20. Additional Styles for Lists and modificators.
  21. ### margin
  22. Additional Styles for modificators to margin-top and margin-bottom.
  23. ### normalize
  24. Normalizing for a few Elements.
  25. ### text-colors
  26. Creates text-colors modificators from a
  27. ## Functions
  28. ### pxToEm, pxToRem
  29. Function to convert from px to em or rem.
  30. ## Mixins
  31. ### clearfix
  32. Styles for clearfix.
  33. ### font-size
  34. Add font-size with fallback.