File tree Expand file tree Collapse file tree
docs/documentation/overview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,9 +98,6 @@ <h3 class="title">Customizing with Sass</h3>
9898 < p class ="title is-5 ">
9999 < strong > Set</ strong > your variables:< br >
100100{% highlight sass %}
101- // Import Bulma's initial variables
102- @import "bulma/sass/utilities/variables.sass"
103-
104101// Override initial variables here
105102// You can add new ones or update existing ones:
106103
@@ -127,9 +124,6 @@ <h3 class="title">Customizing with Sass</h3>
127124 < p class ="title is-5 ">
128125 < strong > Import</ strong > Bulma < em > after</ em > having set your variables:< br >
129126{% highlight sass %}
130- // Import Bulma's initial variables
131- @import "bulma/sass/utilities/variables.sass"
132-
133127// Override initial variables here
134128// You can add new ones or update existing ones:
135129
You can’t perform that action at this time.
0 commit comments