You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight CSS utility library to ease development.
4
10
5
11
6
12
## Documentation
7
-
you can view it from, the full documentation for the utility classes can be found in the `docs/` directory of this repository.
13
+
You can view the documentation at [minimal-css-utility](https://bluepie.in/minimal-css-utility/). The full documentation for the utility classes can also be found in the `docs/` directory of this repository.
8
14
9
15
10
16
## Motivation
11
17
12
-
For my projects, I use reset.css and a set of utility classes without external libraries, I copy and paste them from project to project. This eliminates it and makes it easier to maintain and see the docs easily as well.
18
+
I wanted a minimal CSS utility that provides just basic features to get started quickly without the bloat of larger frameworks.
19
+
20
+
21
+
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.
13
22
14
23
## Features
15
24
@@ -22,14 +31,13 @@ For my projects, I use reset.css and a set of utility classes without external l
22
31
- Spacing
23
32
- Typography
24
33
25
-
26
-
27
-
28
34
## Installation
29
35
30
36
Install the package from npm:
31
37
32
38
```bash
39
+
# using npm
40
+
33
41
npm install minimal-css-utility
34
42
35
43
# or using yarn
@@ -40,6 +48,16 @@ yarn add minimal-css-utility
40
48
pnpm add minimal-css-utility
41
49
```
42
50
51
+
## CDN
52
+
53
+
You can also use the compiled CSS file from a CDN:
0 commit comments