Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulyanov-programmer committed Sep 24, 2024
1 parent 82a3a6e commit fc00389
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Special thanks to the author of the idea [akopyl](https://github.com/anatolykopyl).

## Installation

```shell
npm i css2html
```

```shell
yarn add css2html
```

```js
import { CssToHtml } from 'css2html';
```

## What is this?

It converts this:
Expand Down

0 comments on commit fc00389

Please sign in to comment.