mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Deploy 0.7.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bulma",
|
"name": "bulma",
|
||||||
"version": "0.6.2",
|
"version": "0.7.0",
|
||||||
"homepage": "https://bulma.io",
|
"homepage": "https://bulma.io",
|
||||||
"authors": [
|
"authors": [
|
||||||
"jgthms <bbxdesign@gmail.com>"
|
"jgthms <bbxdesign@gmail.com>"
|
||||||
|
|||||||
2
bulma.sass
vendored
2
bulma.sass
vendored
@@ -1,5 +1,5 @@
|
|||||||
@charset "utf-8"
|
@charset "utf-8"
|
||||||
/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v0.7.0 | MIT License | github.com/jgthms/bulma */
|
||||||
@import "sass/utilities/_all"
|
@import "sass/utilities/_all"
|
||||||
@import "sass/base/_all"
|
@import "sass/base/_all"
|
||||||
@import "sass/elements/_all"
|
@import "sass/elements/_all"
|
||||||
|
|||||||
8
css/bulma.css
vendored
8
css/bulma.css
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v0.7.0 | MIT License | github.com/jgthms/bulma */
|
||||||
@-webkit-keyframes spinAround {
|
@-webkit-keyframes spinAround {
|
||||||
from {
|
from {
|
||||||
-webkit-transform: rotate(0deg);
|
-webkit-transform: rotate(0deg);
|
||||||
@@ -5220,11 +5220,13 @@ a.tag:hover {
|
|||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb.is-centered ol {
|
.breadcrumb.is-centered ol,
|
||||||
|
.breadcrumb.is-centered ul {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb.is-right ol {
|
.breadcrumb.is-right ol,
|
||||||
|
.breadcrumb.is-right ul {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
2
css/bulma.min.css
vendored
2
css/bulma.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v0.7.0 | MIT License | github.com/jgthms/bulma */
|
||||||
@-webkit-keyframes spinAround {
|
@-webkit-keyframes spinAround {
|
||||||
from {
|
from {
|
||||||
-webkit-transform: rotate(0deg);
|
-webkit-transform: rotate(0deg);
|
||||||
@@ -5222,11 +5222,13 @@ a.tag:hover {
|
|||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb.is-centered ol {
|
.breadcrumb.is-centered ol,
|
||||||
|
.breadcrumb.is-centered ul {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb.is-right ol {
|
.breadcrumb.is-right ol,
|
||||||
|
.breadcrumb.is-right ul {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bulma",
|
"name": "bulma",
|
||||||
"version": "0.6.2",
|
"version": "0.7.0",
|
||||||
"homepage": "https://bulma.io",
|
"homepage": "https://bulma.io",
|
||||||
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
|
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
|
||||||
"description": "Modern CSS framework based on Flexbox",
|
"description": "Modern CSS framework based on Flexbox",
|
||||||
|
|||||||
Reference in New Issue
Block a user