Compare commits

...

3 Commits

Author SHA1 Message Date
Jenil G a0514001db 0.8.1 2023-01-18 11:20:40 -05:00
Jenil G a6bf724869 v0.8.1 2023-01-18 11:20:25 -05:00
Jenil G 1f2bb7fe19 0.8.0+1 2023-01-18 11:18:36 -05:00
4 changed files with 4 additions and 4 deletions

2
dist/chota.css vendored
View File

@ -1,4 +1,4 @@
/*! chota.css v0.8.0 | MIT License | github.com/jenil/chota */
/*! chota.css v0.8.1 | MIT License | github.com/jenil/chota */
:root {
--bg-color: #ffffff;
--bg-secondary-color: #f3f3f6;

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.8.0",
"version": "0.8.1",
"description": "A really small CSS framework",
"main": "dist/chota.min.css",
"scripts": {

View File

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