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.

30 lines
530 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
  1. @import
  2. 'CrispyBoilerplate';
  3. @include crispy-boilerplate-align();
  4. @include crispy-boilerplate-list();
  5. @include crispy-boilerplate-text-colors();
  6. @include crispy-boilerplate-normalize() {
  7. // adding styles
  8. };
  9. @include crispy-boilerplate-body() {
  10. // adding styles
  11. };
  12. @include crispy-boilerplate-button() {
  13. // adding styles
  14. };
  15. @include crispy-boilerplate-heading() {
  16. // adding styles
  17. };
  18. @include crispy-boilerplate-icon() {
  19. // adding styles
  20. };
  21. .clearfix {
  22. @include crispy-boilerplate-clearfix();
  23. };