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.

55 lines
798 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
  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. ### body
  9. Styles for Body, including Format for Fonts and Colors.
  10. ### button
  11. Styles for Buttons.
  12. ### icon
  13. Styles to use SVG as Icons.
  14. ### list
  15. Additional Styles for Lists and modificators.
  16. ### heading
  17. Styling h1-h6 and create also CSS-Classes with same name.
  18. ### normalize
  19. Normalizing for a few Elements.
  20. ### text-colors
  21. Creates text-colors modificators from a
  22. ## Functions
  23. ### pxToEm, pxToRem
  24. Function to convert from px to em or rem.
  25. ## Mixins
  26. ### clearfix
  27. Styles for clearfix.
  28. ### font-size
  29. Add font-size with fallback.