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.
 
 
 

28 lines
517 B

@import
'functions/functions',
'mixins/mixins',
'config',
'base',
'components/button',
'components/code',
'components/heading',
'components/icon',
'components/table',
'helpers/helpers';
// components
@include crispy__button();
@include crispy__heading();
@include crispy__table();
@include crispy__icon();
@include crispy__code();
// helpers
@include crispy__align();
@include crispy__margin();
@include crispy__media();
@include crispy__text();
@include crispy__width();