This commit is contained in:
Jenil Gogari 2020-02-26 13:03:52 -05:00
parent 432b1e090a
commit b1c95558ca
4 changed files with 4 additions and 4 deletions

2
dist/chota.css vendored
View File

@ -1,4 +1,4 @@
/*! chota.css v0.7.1 | MIT License | github.com/jenil/chota */
/*! chota.css v0.7.2 | 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.1",
"version": "0.7.2",
"description": "A really small CSS framework",
"main": "dist/chota.min.css",
"scripts": {

View File

@ -1,4 +1,4 @@
/*! chota.css v0.7.1 | MIT License | github.com/jenil/chota */
/*! chota.css v0.7.2 | MIT License | github.com/jenil/chota */
@import "_base.css";
@import "_grid.css";
@import "_form.css";