Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged committed Jun 18, 2024
1 parent a56976e commit 8b5dc10
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,11 @@
![license](https://img.shields.io/npm/l/style-forge.helpers)
![build](https://github.com/Sarmaged/style-forge.helpers/actions/workflows/publish.yml/badge.svg)

## Description

`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.

## Installation

You can install the package via npm or yarn:

```bash
npm install style-forge.helpers
```

```bash
yarn add style-forge.helpers
```

## Usage

After installation, you can import the CSS file into your project:

```css
@import "style-forge.helpers";
```

Or, if you are using Webpack or another module bundler:
## Description

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

## Contributing

Expand Down

0 comments on commit 8b5dc10

Please sign in to comment.