From: Jeremy Thomas Date: Sat, 18 May 2019 14:56:48 +0000 (+0100) Subject: Update docs mentions of form.sass X-Git-Tag: 0.7.5~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd1d28f61ad06a37e8c18a6daed28893e95fcfb;p=thirdparty%2Fbulma.git Update docs mentions of form.sass --- diff --git a/docs/_includes/components/form-variables.html b/docs/_includes/components/form-variables.html index 6953521bf..12169acb8 100644 --- a/docs/_includes/components/form-variables.html +++ b/docs/_includes/components/form-variables.html @@ -2,7 +2,7 @@

- You can use these variables to customize this element. Simply set one or multiple of these variables before importing Bulma. Learn how. + You can use these variables to customize this element. Simply set one or multiple of these variables before importing Bulma. Learn how.

diff --git a/docs/_includes/steps/add-custom-styles.html b/docs/_includes/steps/add-custom-styles.html index 42cb4f2e9..a44d24fe5 100644 --- a/docs/_includes/steps/add-custom-styles.html +++ b/docs/_includes/steps/add-custom-styles.html @@ -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";