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.

63 lines
975 B

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