Open Sarfraz-droid opened 2 months ago
Hey @Jackardios , was trying to work with this lib but wanted a feature where I just needed the tailwind classes and parsed css separately. Would love to have an option like ConverterOptions to include such flags within the package.
ConverterOptions
Usage
const inputCSS = ` .foo { padding-left : 25px } ` const converter = new TailwindConverter(); converter .convertCSS(inputCSS, { skipAddingTailwindClasses: true, })
main
npm run lint
npm run test
Fixes #0000
Description of change
Hey @Jackardios , was trying to work with this lib but wanted a feature where I just needed the tailwind classes and parsed css separately. Would love to have an option like
ConverterOptions
to include such flags within the package.Usage
Pull-Request Checklist
main
branchnpm run lint
passes with this changenpm run test
passes with this changeFixes #0000
- NA