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.

77 lines
1.1 KiB

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