mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
v0.9.2
This commit is contained in:
parent
bf8b144971
commit
9b0a416fb8
2
dist/chota.css
vendored
2
dist/chota.css
vendored
@ -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
2
dist/chota.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user