Skip to content

Commit 8b5dc10

Browse files
committed
Update README.md
1 parent a56976e commit 8b5dc10

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

README.md

+2-26
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,11 @@
66
![license](https://img.shields.io/npm/l/style-forge.helpers)
77
![build](https://github.com/Sarmaged/style-forge.helpers/actions/workflows/publish.yml/badge.svg)
88

9-
## Description
10-
119
`Style-Forge.Helpers` is a utility library that provides a set of essential CSS helper classes to enhance and simplify your web development workflow. It includes various utilities for spacing, alignment, visibility, and more, ensuring a more efficient and maintainable codebase.
1210

13-
## Installation
14-
15-
You can install the package via npm or yarn:
16-
17-
```bash
18-
npm install style-forge.helpers
19-
```
20-
21-
```bash
22-
yarn add style-forge.helpers
23-
```
24-
25-
## Usage
26-
27-
After installation, you can import the CSS file into your project:
28-
29-
```css
30-
@import "style-forge.helpers";
31-
```
32-
33-
Or, if you are using Webpack or another module bundler:
11+
## Description
3412

35-
```js
36-
import 'style-forge.helpers';
37-
```
13+
To check out docs, visit [style-forge.dev](https://style-forge.dev/helpers/)
3814

3915
## Contributing
4016

0 commit comments

Comments
 (0)