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.

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