mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Update modular.html
Added missing `.sass` extensions.
This commit is contained in:
committed by
Jeremy Thomas
parent
da75177db1
commit
e0b5c8cc50
@@ -11,8 +11,8 @@ breadcrumb:
|
|||||||
---
|
---
|
||||||
|
|
||||||
{% capture import %}
|
{% capture import %}
|
||||||
@import "bulma/sass/utilities/_all"
|
@import "bulma/sass/utilities/_all.sass"
|
||||||
@import "bulma/sass/grid/columns"
|
@import "bulma/sass/grid/columns.sass"
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture columns %}
|
{% capture columns %}
|
||||||
@@ -26,7 +26,7 @@ breadcrumb:
|
|||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture only_button %}
|
{% capture only_button %}
|
||||||
@import "bulma/sass/utilities/_all"
|
@import "bulma/sass/utilities/_all.sass"
|
||||||
@import "bulma/sass/elements/button.sass"
|
@import "bulma/sass/elements/button.sass"
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user