Fix imports

This commit is contained in:
Jeremy Thomas
2016-10-16 19:15:56 +01:00
parent c52a3da371
commit aed21e7fb3
68 changed files with 417 additions and 7527 deletions

View File

@@ -22,10 +22,11 @@ doc-subtab: modular
<br>
The file is located in the <code>bulma/sass/grid</code> folder.
<br>
Simply <strong>import</strong> it directly:
Simply <strong>import</strong> the utilities dependencies, and then the files you need directly:
</p>
{% highlight sass %}
@import "bulma/sass/grid/columns.sass"
@import "bulma/sass/utilities/_all
@import "bulma/sass/grid/columns"
{% endhighlight %}
<p>
Now you can use the classes <code>.columns</code> (for the container) and <code>.column</code> directly: