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.

25 lines
471 B

  1. @import
  2. 'config',
  3. 'crispy',
  4. 'site',
  5. 'components',
  6. 'templates';
  7. // components
  8. @include crispy__button();
  9. @include crispy__heading();
  10. @include crispy__table();
  11. // helpers
  12. @include crispy__float();
  13. @include crispy__spacing();
  14. @include crispy__media();
  15. @include crispy__text();
  16. @include crispy__width();
  17. // example
  18. @include site__header();
  19. @include site__footer();
  20. @include components__button();
  21. @include components__nav();
  22. @include templates__home();