Skip to content

Commit

Permalink
docs(readme): update description
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Feb 4, 2024
1 parent 992ca9e commit bf2bc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![codecov](https://codecov.io/gh/remarkablemark/style-to-object/branch/master/graph/badge.svg?token=XWxph9dpa4)](https://codecov.io/gh/remarkablemark/style-to-object)
[![NPM downloads](https://badgen.net/npm/dm/style-to-object)](https://www.npmjs.com/package/style-to-object)

Parses inline style to object:
Parse CSS inline style to JavaScript object:

```js
import parse from 'style-to-object';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "style-to-object",
"version": "1.0.5",
"description": "Converts inline style to object.",
"description": "Parse CSS inline style to JavaScript object.",
"author": "Mark <[email protected]>",
"main": "./cjs/index.js",
"module": "./esm/index.mjs",
Expand Down

0 comments on commit bf2bc30

Please sign in to comment.