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.

15 lines
279 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. @import
  2. 'reflex',
  3. '../src/crispy-all',
  4. 'site/header',
  5. 'site/main',
  6. 'components/button',
  7. 'templates/home';
  8. @include component__button();
  9. @include site__header();
  10. @include site__main();
  11. @include template__home();
  12. .container {
  13. max-width: $crispy__lg;
  14. }