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.

16 lines
319 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. @import
  2. 'CrispyBoilerplate';
  3. @include crispy-boilerplate-normalize();
  4. @include crispy-boilerplate-body();
  5. @include crispy-boilerplate-heading() {
  6. text-decoration: underline;
  7. };
  8. @include crispy-boilerplate-icon();
  9. @include crispy-boilerplate-list();
  10. .clearfix {
  11. @include crispy-boilerplate-clearfix();
  12. }