Skip to content

Commit

Permalink
chore: Modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
youthfulhps committed Sep 4, 2023
1 parent 1864f1d commit 56d79e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# tailwind-converter

Extracts the style of a component defined through styled-components,
converts it into a tailwind utility class, and injects it into the
Extracts the styles of a component defined through styled-components,
converts it into a tailwind utility classes, and injects it into the
className property of that element.

## Example

- Code before using tailwind converter
- Before

![before](./images/before.png)

- Code after using tailwind converter
- After

![after](./images/after.png)

Expand Down

0 comments on commit 56d79e4

Please sign in to comment.