mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Build 1.0.2
This commit is contained in:
parent
0c05f2874e
commit
3fd2f65026
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"homepage": "https://bulma.io",
|
||||
"authors": ["jgthms <bbxdesign@gmail.com>"],
|
||||
"description": "Modern CSS framework based on Flexbox",
|
||||
|
2
bulma.scss
vendored
2
bulma.scss
vendored
@ -1,4 +1,4 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
@use "sass";
|
||||
|
2
css/bulma.css
vendored
2
css/bulma.css
vendored
@ -1,5 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
/* Bulma Utilities */
|
||||
:root {
|
||||
--bulma-control-radius: var(--bulma-radius);
|
||||
|
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";
|
||||
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
/* Bulma Utilities */
|
||||
:root {
|
||||
--bulma-control-radius: var(--bulma-radius);
|
||||
|
2
css/versions/bulma-no-dark-mode.min.css
vendored
2
css/versions/bulma-no-dark-mode.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
/* Bulma Utilities */
|
||||
:root {
|
||||
--bulma-control-radius: var(--bulma-radius);
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
/* Bulma Utilities */
|
||||
:root {
|
||||
--bulma-control-radius: var(--bulma-radius);
|
||||
|
2
css/versions/bulma-no-helpers.min.css
vendored
2
css/versions/bulma-no-helpers.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/versions/bulma-prefixed.min.css
vendored
2
css/versions/bulma-prefixed.min.css
vendored
@ -1,5 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
/* Bulma Utilities */
|
||||
:root {
|
||||
--bulma-control-radius: var(--bulma-radius);
|
||||
|
2
css/versions/bulma-prefixed.min.min.css
vendored
2
css/versions/bulma-prefixed.min.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"homepage": "https://bulma.io",
|
||||
"author": {
|
||||
"name": "Jeremy Thomas",
|
||||
|
@ -1,6 +1,6 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
@forward "../sass/utilities";
|
||||
@forward "../sass/base";
|
||||
@forward "../sass/elements";
|
||||
|
@ -1,6 +1,6 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
@use "../sass/utilities" with (
|
||||
$class-prefix: "bulma-"
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
@forward "../sass/utilities";
|
||||
@forward "../sass/base";
|
||||
@forward "../sass/elements";
|
||||
|
@ -1,6 +1,6 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
@use "../sass" with (
|
||||
$class-prefix: "bulma-"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user