This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 357e94258802f7aa2036b93e4819ff14c60d531c Author: Dan Klco <[email protected]> AuthorDate: Wed May 29 00:16:23 2019 -0400 Updating Bulma and using the new form include --- ui/src/main/frontend/package.json | 2 +- ui/src/main/frontend/src/scss/editor.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/main/frontend/package.json b/ui/src/main/frontend/package.json index a840906..f957fd8 100644 --- a/ui/src/main/frontend/package.json +++ b/ui/src/main/frontend/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Scripts to power the front-end of Apache Sling's CMS example.", "dependencies": { - "bulma": "^0.7.4", + "bulma": "^0.7.5", "handlebars": "^4.1.2", "jam-icons": "^2.0.0", "js-autocomplete": "^1.0.4", diff --git a/ui/src/main/frontend/src/scss/editor.scss b/ui/src/main/frontend/src/scss/editor.scss index f274530..7dd2624 100644 --- a/ui/src/main/frontend/src/scss/editor.scss +++ b/ui/src/main/frontend/src/scss/editor.scss @@ -23,7 +23,7 @@ @import "../../node_modules/bulma/sass/base/_all.sass"; @import "../../node_modules/bulma/sass/elements/box.sass"; @import "../../node_modules/bulma/sass/elements/button.sass"; - @import "../../node_modules/bulma/sass/elements/form.sass"; + @import "../../node_modules/bulma/sass/form/_all.sass"; @import "../../node_modules/bulma/sass/elements/icon.sass"; @import "../../node_modules/bulma/sass/components/level.sass"; @import "../../node_modules/bulma/sass/components/modal.sass";
