This commit is contained in:
Jenil Gogari 2019-09-21 20:27:42 -04:00
parent ee19848081
commit 6f52797e29
4 changed files with 6 additions and 5 deletions

2
dist/chota.css vendored
View File

@ -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;

2
dist/chota.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -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": {
@ -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",

View File

@ -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";