Only what you need! Basic Styles to create UI-Elements,
but without endless overwritting. Less Code, less Size and that means Crispy is <spanclass="text-weight-bold">simple</span> and <spanclass="text-weight-bold">fast</span>!
<p>To overwrite defaults simple add your own config-file before importing crispy:</p>
<p>Now include Mixins you need. Components and Modifiziers only works if you include them,</p>
<preclass="code"><code>@include crispy__core();
@include crispy__modifiers();
// components
@include crispy__button();
@include crispy__code();
@include crispy__field();
@include crispy__group();
@include crispy__heading();
@include crispy__hero();
@include crispy__icon();
@include crispy__media();
@include crispy__modal();
@include crispy__overlay();
@include crispy__panel();
@include crispy__table();</code></pre>
<p>For Custom Variables add a File before importing Crispy</p>
<preclass="code"><code>@import
"config",
"variables",
"crispy";</code></pre>
<h3>Example</h3>
<h2class="h3">Example</h2>
<p>
You find an example in "/src/example", this is this documentation. In the given example there are additional directories. These ones are part of a structure which might be helpful for you.
You find an example in "/src/example", this is this Documentation. In the given example there are additional directories. These ones are part of a structure which might be helpful for you.