Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenil committed Mar 23, 2019
1 parent c32b24a commit 43d9a43
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.5.3 | MIT License | github.com/jenil/chota */
/*! chota.css v0.6.0 | MIT License | github.com/jenil/chota */
:root {
--color-primary: #1a9f60;
--color-lightGrey: #d2d6dd;
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.5.3",
"version": "0.6.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.5.3 | MIT License | github.com/jenil/chota */
/*! chota.css v0.6.0 | MIT License | github.com/jenil/chota */
@import "_base.css";
@import "_grid.css";
@import "_form.css";
Expand Down

0 comments on commit 43d9a43

Please sign in to comment.