Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Bulma 0.8.2 (#15)
Browse files Browse the repository at this point in the history
* Bulma 0.8.2
  • Loading branch information
j1mc authored Apr 14, 2020
1 parent 344704f commit 63d602e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a port of the [Bulma](https://bulma.io/) project SASS files to the
SCSS syntax.

Currently, these files are based on Bulma version 0.8.1, and will be updated
Currently, these files are based on Bulma version 0.8.2, and will be updated
with later releases. The files are converted to SCSS with
[this script](https://gist.github.com/j1mc/ff1ff83e277b1e221761fc0c0ee3b164).

Expand Down
2 changes: 1 addition & 1 deletion bulma.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! bulma.io v0.8.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */
@import "utilities/_all";
@import "base/_all";
@import "elements/_all";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma-scss",
"version": "0.8.1",
"version": "0.8.2",
"description": "The Bulma CSS Framework files converted to SCSS syntax",
"main": "bulma.scss",
"scripts": {
Expand Down

0 comments on commit 63d602e

Please sign in to comment.