diff --git a/README.md b/README.md index 29f3dfe..8a5550b 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/bulma.scss b/bulma.scss index 2414daa..b207cca 100644 --- a/bulma.scss +++ b/bulma.scss @@ -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"; diff --git a/package.json b/package.json index e26cc84..b98f070 100644 --- a/package.json +++ b/package.json @@ -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": {