|
|
- @import
- '../scss/crispy',
-
- 'site/container',
- 'components/button',
- 'templates/home';
-
- // components
- @include crispy__button();
- @include crispy__heading();
- @include crispy__table();
-
- // helpers
- @include crispy__float();
- @include crispy__margin();
- @include crispy__media();
- @include crispy__text();
- @include crispy__width();
-
- // example
- @include example__container();
- @include example__header();
- @include example__footer();
- @include example__button();
- @include example__nav();
- @include example__home();
|