Skip to content

Commit

Permalink
14.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Jul 19, 2021
1 parent 74b000a commit 981bc42
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#Changelog

## July 19, 2021 14.0.2
* Fixes html grammar violations.

## June 29, 2021 14.0.1
* Fixed a bug with raw CSS in the `_drawer()`.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-basis",
"version": "14.0.1",
"version": "14.0.2",
"main": "src/css/basis.scss",
"author": "inc2734",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/css/basis.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Name: Basis v14.0.1
* Name: Basis v14.0.2
* Description: A lightweight responsive Sass/CSS framework based on flexible box.
* Author: Takashi Kitajima ( inc2734 )
* Author URL: https://2inc.org
Expand Down

0 comments on commit 981bc42

Please sign in to comment.