Rename bulma folder to sass

This commit is contained in:
Jeremy Thomas 2016-04-18 20:02:26 +01:00
parent d7fae72677
commit 0203ab2f44
45 changed files with 25 additions and 13 deletions

View File

@ -1,5 +1,11 @@
# Bulma Changelog
## 0.0.23
### BREAKING
* `bulma` folder renamed to `sass` to avoid the redundant `bulma/bulma` path
## 0.0.22
### Fixed

View File

@ -26,7 +26,7 @@ bower install bulma
### CDN
[https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.21/css/bulma.min.css](https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.21/css/bulma.min.css)
[https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.22/css/bulma.min.css](https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.22/css/bulma.min.css)
Feel free to raise an issue or submit a pull request.

View File

@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.0.21",
"version": "0.0.22",
"homepage": "http://bulma.io",
"authors": [
"jgthms <bbxdesign@gmail.com>"

14
bulma.sass vendored
View File

@ -1,9 +1,9 @@
@charset "utf-8"
@import "bulma/utilities/utilities"
@import "bulma/config/variables"
@import "bulma/config/generated-variables"
@import "bulma/base/base"
@import "bulma/elements/elements"
@import "bulma/components/components"
@import "bulma/layout/layout"
@import "sass/utilities/utilities"
@import "sass/config/variables"
@import "sass/config/generated-variables"
@import "sass/base/base"
@import "sass/elements/elements"
@import "sass/components/components"
@import "sass/layout/layout"

6
css/bulma.css vendored
View File

@ -5107,6 +5107,7 @@ a.header-item.is-active {
color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark .subtitle a,
.hero.is-dark .subtitle strong {
color: white;
}
@ -5193,6 +5194,7 @@ a.header-item.is-active {
color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary .subtitle a,
.hero.is-primary .subtitle strong {
color: white;
}
@ -5279,6 +5281,7 @@ a.header-item.is-active {
color: rgba(255, 255, 255, 0.7);
}
.hero.is-info .subtitle a,
.hero.is-info .subtitle strong {
color: white;
}
@ -5365,6 +5368,7 @@ a.header-item.is-active {
color: rgba(255, 255, 255, 0.7);
}
.hero.is-success .subtitle a,
.hero.is-success .subtitle strong {
color: white;
}
@ -5451,6 +5455,7 @@ a.header-item.is-active {
color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle a,
.hero.is-warning .subtitle strong {
color: rgba(0, 0, 0, 0.5);
}
@ -5537,6 +5542,7 @@ a.header-item.is-active {
color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger .subtitle a,
.hero.is-danger .subtitle strong {
color: white;
}

File diff suppressed because one or more lines are too long

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.0.21",
"version": "0.0.22",
"homepage": "http://bulma.io",
"author": "jgthms <bbxdesign@gmail.com>",
"description": "Modern CSS framework based on Flexbox",