This is an automated email from the ASF dual-hosted git repository. jeb pushed a commit to branch SLING-7858 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit df2ccb8ded41fe337fead12e5e41990236cb8f3f Author: Jason E Bailey <[email protected]> AuthorDate: Sun Aug 26 16:09:55 2018 -0400 initial commit of bulma --- ui/src/main/frontend/package.json | 4 +++- ui/src/main/frontend/src/scss/bulma.scss | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ui/src/main/frontend/package.json b/ui/src/main/frontend/package.json index 60dcb45..db2f09d 100644 --- a/ui/src/main/frontend/package.json +++ b/ui/src/main/frontend/package.json @@ -23,7 +23,9 @@ "gulp-sass": "^3.1.0", "gulp-sourcemaps": "^2.6.4", "streamqueue": "^1.1.2", - "uglify-save-license": "^0.4.1" + "uglify-save-license": "^0.4.1", + "bulma": "^0.7.1", + "node-sass": "^4.9.2" }, "license": "Apache-2.0" } \ No newline at end of file diff --git a/ui/src/main/frontend/src/scss/bulma.scss b/ui/src/main/frontend/src/scss/bulma.scss new file mode 100644 index 0000000..d3dde18 --- /dev/null +++ b/ui/src/main/frontend/src/scss/bulma.scss @@ -0,0 +1,18 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@charset "utf-8"; +@import "../../node_modules/bulma/bulma.sass";
