Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenil committed Sep 22, 2019
1 parent ee19848 commit 6f52797
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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.0 | MIT License | github.com/jenil/chota */
/*! chota.css v0.7.1 | MIT License | github.com/jenil/chota */
:root {
--color-primary: #14854F;
--color-lightGrey: #d2d6dd;
Expand Down
2 changes: 1 addition & 1 deletion dist/chota.min.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chota",
"version": "0.7.0",
"version": "0.7.1",
"description": "A really small CSS framework",
"main": "dist/chota.min.css",
"scripts": {
Expand All @@ -9,7 +9,8 @@
"build": "rimraf dist/* && yarn postcss && cross-env NODE_ENV=production yarn postcss --ext .min.css && gzip -c dist/chota.min.css | wc -c | xargs echo 'Size:'",
"postcss": "postcss ./src/chota.css -d dist/",
"watch": "cross-env NODE_ENV=development yarn postcss -w",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "yarn build"
},
"keywords": [
"css",
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.0 | MIT License | github.com/jenil/chota */
/*! chota.css v0.7.1 | MIT License | github.com/jenil/chota */
@import "_base.css";
@import "_grid.css";
@import "_form.css";
Expand Down

0 comments on commit 6f52797

Please sign in to comment.