Browse Source

adding

master
Björn 4 years ago
parent
commit
6e78323777
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      dist/example/index.html

+ 2
- 2
dist/example/index.html View File

@ -126,11 +126,11 @@
<p>If you need all, mixins will be included,</p>
<pre class="code"><code>@import
"all";</code></pre>
"crispy_all";</code></pre>
<p>Only need Core and Modifiziers?</p>
<pre class="code"><code>@import
"minimal";</code></pre>
"crispy_minimal";</code></pre>
<h3 class="h4">CSS</h3>
<p>For using CSS you can use <span class="text-weight-bold">crispy.css</span> for all Styles or <span class="text-weight-bold">crispy_mininmal.css</span> without Components.</p>


Loading…
Cancel
Save