XEngine / tailwindcss-class-parser

Parsing tailwind classes to JS Objects and vice versa
Do What The F*ck You Want To Public License
17 stars 2 forks source link

Add support for rounded corner classes #6

Closed bkrmendy closed 1 week ago

bkrmendy commented 1 week ago

This PR adds support for the following Tailwind classes:

Tailwind reference: https://tailwindcss.com/docs/border-radius

Also included in this PR are tests for the new classes, and a test script in package.json.