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 5, 2023
1 parent 9ea7326 commit 3423c10
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.

_This is a converter library designed to automate parts of the work
process for the productivity of developers working on the transition
from styled-components to tailwindCSS._

_I've tried to cover a variety of code-writing methods, but I admit
it's not perfect. I recommend you to use it to the extent that you get help,
and I promise to improve it steadily._

_I hope it can be of little help._

## Example

- Before
Expand Down Expand Up @@ -45,16 +55,6 @@ In this case, we're thinking about how to approach it, but because there's a
lot of room for issues, the current version only converts the simple style definition,
and the defined component using styled-components also retain the definition.

_This is a converter library designed to automate parts of the work
process for the productivity of developers working on the transition
from styled-components to tailwindCSS._

_I've tried to cover a variety of code-writing methods, but I admit
it's not perfect. I recommend you to use it to the extent that you get help,
and I promise to improve it steadily._

_I hope it can be of little help._




Expand Down

0 comments on commit 3423c10

Please sign in to comment.