- @import
- 'config',
- 'crispy',
- 'site',
- 'components',
- 'templates';
-
- // components
- @include crispy__button();
- @include crispy__heading();
- @include crispy__table();
-
- // helpers
- @include crispy__float();
- @include crispy__spacing();
- @include crispy__media();
- @include crispy__text();
- @include crispy__width();
-
- // example
- @include site__header();
- @include site__footer();
- @include components__button();
- @include components__nav();
- @include templates__home();
|