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.

47 lines
822 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
  1. # cripsy-boilerplate
  2. A simple mini-framework for basic styling and few Functions to simplify handling with values.
  3. ## Components
  4. There a few Components that also provide a Closure to adding additional Styles.
  5. ### body
  6. Styles for Body, including Format for Fonts and Colors.
  7. ### button
  8. Styles for Button.
  9. ### icon
  10. Basic Styles for SVG-Icons.
  11. ### list
  12. Additional Styles for lists, also Modificators for horzizonal lists.
  13. ### heading
  14. Styling h1-h6 and create also CSS-Classes with same name.
  15. ### normalize
  16. Basic Normalizing for a few Elements. Also adding to some elements a basic margin.
  17. ## Functions
  18. ### pxToEm, pxToRem
  19. Function to convert from px to em or rem.
  20. ## Mixins
  21. ### clearfix
  22. Styling for Clearfix with pseudo-classes.
  23. ### fontSite
  24. Using pxToRem for font-size, also include a fallback to px.