Installation
npm install crispy-css
SCSS
@import
"node_modules/crispy-css/src/crispy";
Now include Components and Helpers you need.
@include crispy__helpers();
@@ -123,4 +123,4 @@ $crispy__border: 1px solid $crispy__color-border !default;
For Custom Variables add a File before importing Crispy.
@import
"config",
"node_modules/crispy-css/src/crispy";
-
Example
You find all of this Site in "/src/example". This is also an Example how you can use Crispy CSS and orginaize your Project.
Site
Contains header, footer and some partials that are used on a Site or Webapp.
Templates
Templates are for a single site or a group of sites, they are complex and there is no benefit so reuse them as components.