Skip to content

Commit 9a94849

Browse files
committed
feat: 1.0.1 bump
update docs
1 parent 6e5894b commit 9a94849

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
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

docs/getting-started/introduction.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Introduction
22

3-
Welcome to the documentation for Minimal CSS Utility. This theme is designed to provide a solid foundation for building modern, responsive websites with minimal effort. It includes a CSS reset, a responsive grid system, and a variety of utility classes to help you style your content quickly and efficiently.
3+
Welcome to the documentation for Minimal CSS Utility. This is designed to provide a solid foundation for building modern, responsive websites with minimal effort. It includes a CSS reset, a responsive grid system, and a variety of utility classes to help you style your content quickly and efficiently.
4+
5+
## Motivation
6+
7+
I wanted a minimal CSS utility that provides just basic features to get started quickly without the bloat of larger frameworks.
8+
9+
For my projects, I use reset.css and a set of utility classes without external libraries, I move them from project to project. This eliminates it and makes it easier to maintain and view the docs.
410

511
## Installation
612

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)