This commit is contained in:
Jenil G 2023-03-21 22:06:45 -04:00
parent bf8b144971
commit 9b0a416fb8
3 changed files with 3 additions and 4 deletions

2
dist/chota.css vendored
View File

@ -1,5 +1,5 @@
/*!
* chota.css v0.8.1 | MIT License | https://github.com/jenil/chota
* chota.css v0.9.2 | MIT License | https://github.com/jenil/chota
*/
:root {
--bg-color: #fff;

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.9.1",
"version": "0.9.2",
"description": "A really small CSS framework",
"main": "dist/chota.min.css",
"scripts": {
@ -10,7 +10,6 @@
"postcss": "postcss ./src/chota.css -d dist/",
"watch": "cross-env NODE_ENV=development yarn postcss -w",
"test": "stylelint src/*.css",
"preversion": "yarn build && git commit --amend --no-edit",
"postversion": "git push --tags && yarn publish . --tag $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
},
"keywords": [