Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jenil committed May 12, 2019
1 parent d58ae30 commit 11a0d72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions dist/chota.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! chota.css v0.6.1 | MIT License | github.com/jenil/chota */
/*! chota.css v0.6.2 | MIT License | github.com/jenil/chota */
:root {
--color-primary: #1a9f60;
--color-lightGrey: #d2d6dd;
Expand Down Expand Up @@ -616,9 +616,6 @@ button:disabled:hover {
::-webkit-input-placeholder {
color: #bdbfc4;
}
::-moz-placeholder {
color: #bdbfc4;
}
:-ms-input-placeholder {
color: #bdbfc4;
}
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.6.1",
"version": "0.6.2",
"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.6.1 | MIT License | github.com/jenil/chota */
/*! chota.css v0.6.2 | MIT License | github.com/jenil/chota */
@import "_base.css";
@import "_grid.css";
@import "_form.css";
Expand Down

0 comments on commit 11a0d72

Please sign in to comment.