mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Build 0.7.3
This commit is contained in:
parent
e6210f2d66
commit
e754a322c0
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"homepage": "https://bulma.io",
|
||||
"authors": [
|
||||
"jgthms <bbxdesign@gmail.com>"
|
||||
|
2
bulma.sass
vendored
2
bulma.sass
vendored
@ -1,5 +1,5 @@
|
||||
@charset "utf-8"
|
||||
/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v0.7.3 | MIT License | github.com/jgthms/bulma */
|
||||
@import "sass/utilities/_all"
|
||||
@import "sass/base/_all"
|
||||
@import "sass/elements/_all"
|
||||
|
10289
css/bulma.css
vendored
10289
css/bulma.css
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
1
css/bulma.min.css
vendored
1
css/bulma.min.css
vendored
File diff suppressed because one or more lines are too long
4023
package-lock.json
generated
Normal file
4023
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"homepage": "https://bulma.io",
|
||||
"author": {
|
||||
"name": "Jeremy Thomas",
|
||||
@ -27,11 +27,11 @@
|
||||
"url": "https://github.com/jgthms/bulma/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^8.2.0",
|
||||
"clean-css-cli": "^4.1.11",
|
||||
"node-sass": "^4.8.3",
|
||||
"postcss-cli": "^5.0.0",
|
||||
"rimraf": "^2.6.2"
|
||||
"autoprefixer": "^9.4.7",
|
||||
"clean-css-cli": "^4.2.1",
|
||||
"node-sass": "^4.11.0",
|
||||
"postcss-cli": "^6.1.1",
|
||||
"rimraf": "^2.6.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build-clean && npm run build-sass && npm run build-autoprefix && npm run build-cleancss",
|
||||
|
Loading…
Reference in New Issue
Block a user