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.

26 lines
516 B

  1. @import
  2. '../scss/crispy',
  3. 'site/container',
  4. 'components/button',
  5. 'templates/home';
  6. // components
  7. @include crispy__button();
  8. @include crispy__heading();
  9. @include crispy__table();
  10. // helpers
  11. @include crispy__float();
  12. @include crispy__margin();
  13. @include crispy__media();
  14. @include crispy__text();
  15. @include crispy__width();
  16. // example
  17. @include example__container();
  18. @include example__header();
  19. @include example__footer();
  20. @include example__button();
  21. @include example__nav();
  22. @include example__home();