From ddd1d28f61ad06a37e8c18a6daed28893e95fcfb Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sat, 18 May 2019 15:56:48 +0100 Subject: [PATCH] Update docs mentions of form.sass --- docs/_includes/components/form-variables.html | 2 +- docs/_includes/steps/add-custom-styles.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.47.2