Skip to content

Commit 244a9ed

Browse files
committed
feat: 1.0.1 bump
update docs
1 parent 6e5894b commit 244a9ed

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
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: 9 additions & 3 deletions
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

@@ -18,13 +24,13 @@ pnpm add minimal-css-utility
1824

1925
To use this utility in your project, you can either link to the compiled CSS file from the `dist` directory or import the SCSS files into your own stylesheet.
2026

21-
### Linking the CSS
27+
### Linking with CDN
2228

2329
```html
2430
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/minimal-css-utility/dist/min.css">
2531
```
2632

27-
### Importing the SCSS
33+
### Importing in your CSS or SCSS
2834

2935
```css
3036
@import 'minimal-css-utility/dist/min.css';

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
layout: home
33

44
hero:
5-
name: "Minimal CSS Utility"
6-
text: "A Lightweight, minimal CSS utility library."
5+
name: "Minimal CSS"
6+
text: "A Lightweight, minimal CSS utility"
77
tagline: "Minimal boilerplate, quick and easy to setup."
88
actions:
99
- theme: brand

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)