Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenil committed May 16, 2020
1 parent 6a5a35f commit 96d8c4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/chota.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! chota.css v0.7.2 | MIT License | github.com/jenil/chota */
/*! chota.css v0.8.0 | MIT License | github.com/jenil/chota */
:root {
--bg-color: #ffffff;
--bg-secondary-color: #f3f3f6;
Expand Down
2 changes: 1 addition & 1 deletion dist/chota.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chota",
"version": "0.7.2",
"version": "0.8.0",
"description": "A really small CSS framework",
"main": "dist/chota.min.css",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/chota.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! chota.css v0.7.2 | MIT License | github.com/jenil/chota */
/*! chota.css v0.8.0 | MIT License | github.com/jenil/chota */
@import "_base.css";
@import "_grid.css";
@import "_form.css";
Expand Down

0 comments on commit 96d8c4c

Please sign in to comment.