Skip to content

Commit 0f363a8

Browse files
committed
feat: 1.0.1 bump
update docs
1 parent 6e5894b commit 0f363a8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
<div align="center">
2+
13
# Minimal CSS Utility
24

3-
<p align="center">
5+
A lightweight CSS utility library to ease development.
6+
7+
<p>
48
<a href="https://github.com/aghontpi/minimal-css-utility/releases"><img src="https://img.shields.io/github/v/release/aghontpi/minimal-css-utility?include_prereleases&style=flat-square&label=github-release" alt="release"></a>
59
<a href="https://www.npmjs.com/package/minimal-css-utility"><img src="https://img.shields.io/npm/v/minimal-css-utility?style=flat-square" alt="npm"></a>
610
<a href="https://github.com/aghontpi/minimal-css-utility/blob/main/LICENSE"><img src="https://img.shields.io/github/license/aghontpi/minimal-css-utility?style=flat-square" alt="license"></a>
711
</p>
812

9-
A lightweight CSS utility library to ease development.
13+
</div>
1014

1115

1216
## Documentation

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minimal-css-utility",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A SCSS utility library.",
55
"main": "dist/min.css",
66
"style": "dist/min.css",
@@ -37,4 +37,4 @@
3737
"type": "git",
3838
"url": "minimal-css-skeleton"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)