Comparing version 0.1.2 to 0.2.0
# Bulma Changelog | ||
## 0.2.0 | ||
* Added: new branding | ||
* Added: modularity | ||
* Added: grid folder | ||
* Added: .github folder | ||
## 0.1.1 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "bulma", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"homepage": "http://bulma.io", | ||
"author": "jgthms <bbxdesign@gmail.com>", | ||
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)", | ||
"description": "Modern CSS framework based on Flexbox", | ||
@@ -30,9 +30,22 @@ "main": "bulma.sass", | ||
"scripts": { | ||
"autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css", | ||
"build": "npm run clean && npm run build-sass && npm run autoprefix", | ||
"build-sass": "node-sass --output-style expanded --source-map true --output css/ bulma.sass --outFile css/bulma.css", | ||
"clean": "rm -rf css", | ||
"pre-push": "npm run build && git add css && git commit --amend --no-edit", | ||
"start": "npm run build-sass -- --watch" | ||
} | ||
"build": "npm run build-clean && npm run build-sass && npm run build-autoprefix", | ||
"build-autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css", | ||
"build-clean": "rm -rf css", | ||
"build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css", | ||
"deploy": "npm run build && npm run docs", | ||
"docs": "npm run docs-sass && npm run docs-autoprefix", | ||
"docs-autoprefix": "postcss --use autoprefixer --output docs/css/bulma-docs.css docs/css/bulma-docs.css", | ||
"docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css", | ||
"start": "npm run build-sass -- --watch", | ||
"start-docs": "npm run docs-sass -- --watch", | ||
"start-test": "npm run test-sass -- --watch", | ||
"test-sass": "node-sass --output-style expanded docs/bulma-test.sass docs/css/bulma-test.css" | ||
}, | ||
"files": [ | ||
"css", | ||
"sass", | ||
"bulma.sass", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
@@ -9,3 +9,3 @@ # [Bulma](http://bulma.io) | ||
[![Bulma: a Flexbox CSS framework](https://raw.githubusercontent.com/jgthms/bulma/master/images/bulma-banner.png)](http://bulma.io) | ||
[![Bulma: a Flexbox CSS framework](https://raw.githubusercontent.com/jgthms/bulma/master/docs/images/bulma-banner.png)](http://bulma.io) | ||
@@ -70,2 +70,3 @@ ## Quick install | ||
* Bulma with Rails: https://github.com/joshuajansen/bulma-rails | ||
* iTemplate: [http://itemplate.ga/](http://itemplate.ga/dashboard.html) | ||
* Vue Admin powered by Bulma: https://github.com/fundon/vue-admin | ||
@@ -72,0 +73,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5766
75
245085
46