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
289 B

4 years ago
  1. @import
  2. 'fonts/stylesheet',
  3. 'config',
  4. '../../node_modules/reflex-grid/scss/reflex',
  5. '../../src/crispy-all',
  6. 'components/icon',
  7. 'components/button',
  8. 'components/card';
  9. @include components__icon();
  10. @include components__button();
  11. @include components__card();