]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update docs mentions of form.sass
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 14:56:48 +0000 (15:56 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 15:00:19 +0000 (16:00 +0100)
docs/_includes/components/form-variables.html
docs/_includes/steps/add-custom-styles.html

index 6953521bfe6a7117249392e503c2f7729aa678c3..12169acb8969129907fe60c60a8070f8b2f2c6f2 100644 (file)
@@ -2,7 +2,7 @@
 
 <div class="content">
   <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>
 </div>
 
index 42cb4f2e946a81735962ef0b3ade82ea885be8f3..a44d24fe5d0557db54a2cc4453da6b1018977750 100644 (file)
@@ -31,8 +31,8 @@ $input-shadow: none;
 @import "../node_modules/bulma/sass/base/_all.sass";
 @import "../node_modules/bulma/sass/elements/button.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/form/_all.sass";
 @import "../node_modules/bulma/sass/components/navbar.sass";
 @import "../node_modules/bulma/sass/layout/hero.sass";
 @import "../node_modules/bulma/sass/layout/section.sass";