mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Build 1.0.1
This commit is contained in:
parent
0c3d84519b
commit
43b879db25
2
bulma.scss
vendored
2
bulma.scss
vendored
@ -1,4 +1,4 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
/*! bulma.io v1.0.0 | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||||
@use "sass";
|
@use "sass";
|
||||||
|
2
css/bulma.css
vendored
2
css/bulma.css
vendored
@ -1,5 +1,5 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*! bulma.io v1.0.0 | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||||
/* Bulma Utilities */
|
/* Bulma Utilities */
|
||||||
:root {
|
:root {
|
||||||
--bulma-control-radius: var(--bulma-radius);
|
--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";
|
@charset "UTF-8";
|
||||||
/*! bulma.io v1.0.0-beta | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||||
/* Bulma Utilities */
|
/* Bulma Utilities */
|
||||||
:root {
|
:root {
|
||||||
--bulma-control-radius: var(--bulma-radius);
|
--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";
|
@charset "UTF-8";
|
||||||
/*! bulma.io v1.0.0-beta | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||||
/* Bulma Utilities */
|
/* Bulma Utilities */
|
||||||
:root {
|
:root {
|
||||||
--bulma-control-radius: var(--bulma-radius);
|
--bulma-control-radius: var(--bulma-radius);
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*! bulma.io v1.0.0-beta | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||||
/* Bulma Utilities */
|
/* Bulma Utilities */
|
||||||
:root {
|
:root {
|
||||||
--bulma-control-radius: var(--bulma-radius);
|
--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";
|
@charset "UTF-8";
|
||||||
/*! bulma.io v1.0.0-beta | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||||
/* Bulma Utilities */
|
/* Bulma Utilities */
|
||||||
:root {
|
:root {
|
||||||
--bulma-control-radius: var(--bulma-radius);
|
--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-docs",
|
"name": "bulma-docs",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
|
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bulma",
|
"name": "bulma",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"homepage": "https://bulma.io",
|
"homepage": "https://bulma.io",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jeremy Thomas",
|
"name": "Jeremy Thomas",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
/*! bulma.io v1.0.0-beta | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||||
@forward "../sass/utilities";
|
@forward "../sass/utilities";
|
||||||
@forward "../sass/base";
|
@forward "../sass/base";
|
||||||
@forward "../sass/elements";
|
@forward "../sass/elements";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
/*! bulma.io v1.0.0-beta | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||||
@use "../sass/utilities" with (
|
@use "../sass/utilities" with (
|
||||||
$class-prefix: "bulma-"
|
$class-prefix: "bulma-"
|
||||||
);
|
);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
/*! bulma.io v1.0.0-beta | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||||
@forward "../sass/utilities";
|
@forward "../sass/utilities";
|
||||||
@forward "../sass/base";
|
@forward "../sass/base";
|
||||||
@forward "../sass/elements";
|
@forward "../sass/elements";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
/*! bulma.io v1.0.0-beta | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
||||||
@use "../sass" with (
|
@use "../sass" with (
|
||||||
$class-prefix: "bulma-"
|
$class-prefix: "bulma-"
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user