mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Update docs mentions of form.sass
This commit is contained in:
parent
566c26b265
commit
ddd1d28f61
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
You can use <a href="{{ site.data.meta.github | append: '/blob/master/sass/elements/form.sass#L1,L23' }}" target="_blank">these variables</a> to <strong>customize</strong> this element. Simply set one or multiple of these variables <em>before</em> importing Bulma. <a href="{{ site.url }}/documentation/overview/customize/">Learn how</a>.
|
You can use <a href="{{ site.data.meta.github | append: '/blob/master/sass/form/shared.sass#L1,L23' }}" target="_blank">these variables</a> to <strong>customize</strong> this element. Simply set one or multiple of these variables <em>before</em> importing Bulma. <a href="{{ site.url }}/documentation/overview/customize/">Learn how</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -31,8 +31,8 @@ $input-shadow: none;
|
|||||||
@import "../node_modules/bulma/sass/base/_all.sass";
|
@import "../node_modules/bulma/sass/base/_all.sass";
|
||||||
@import "../node_modules/bulma/sass/elements/button.sass";
|
@import "../node_modules/bulma/sass/elements/button.sass";
|
||||||
@import "../node_modules/bulma/sass/elements/container.sass";
|
@import "../node_modules/bulma/sass/elements/container.sass";
|
||||||
@import "../node_modules/bulma/sass/elements/form.sass";
|
|
||||||
@import "../node_modules/bulma/sass/elements/title.sass";
|
@import "../node_modules/bulma/sass/elements/title.sass";
|
||||||
|
@import "../node_modules/bulma/sass/form/_all.sass";
|
||||||
@import "../node_modules/bulma/sass/components/navbar.sass";
|
@import "../node_modules/bulma/sass/components/navbar.sass";
|
||||||
@import "../node_modules/bulma/sass/layout/hero.sass";
|
@import "../node_modules/bulma/sass/layout/hero.sass";
|
||||||
@import "../node_modules/bulma/sass/layout/section.sass";
|
@import "../node_modules/bulma/sass/layout/section.sass";
|
||||||
|
Loading…
Reference in New Issue
Block a user