We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This case currently fails because the check isn't set up for recursive cases:
<InputText register={register} name="value" tw="flex h-[20px] items-center" prefix={ <button type="submit" tw="-mx-3 h-full w-full flex-1 px-3"> <CheckIcon tw="h-5 w-5 text-neutral-400" /> </button> } />
Error: x tw attribute already exists, ignoring ,---- 61 | <button type="submit" tw="-mx-3 h-full w-full flex-1 px-3"> : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- Error: > previous encountered here ,---- 59 | tw="flex h-[20px] items-center" : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `----
The text was updated successfully, but these errors were encountered:
1848eb3
chore(release): 0.11.0 [skip ci]
9624601
# [0.11.0](0.10.0...0.11.0) (2022-12-05) ### Bug Fixes * add unzip feature ([c266fb4](c266fb4)) * allow numbers in the modifiers ([8e20a03](8e20a03)) ### Features * add arbitrary support for grid template row and col ([7e44200](7e44200)) * add arbitrary support to the gap plugin ([6347a8f](6347a8f)) * add background position plugin ([50cb275](50cb275)) * add background repeat plugin ([a295300](a295300)) * add background size plugin ([d1b2300](d1b2300)) * add content plugin ([687f5a2](687f5a2)) * add float plugin ([d873b2f](d873b2f)) * add justify items and self plugins ([ae0a938](ae0a938)) * add line clamp plugin ([0c2780f](0c2780f)) * improve parsing and allow arbitrary values for translate ([ae5fe6e](ae5fe6e)) * support nested tw attrs by using an attribute stack instead ([1848eb3](1848eb3)), closes [#16](#16)
🎉 This issue has been resolved in version 0.11.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
This case currently fails because the check isn't set up for recursive cases:
The text was updated successfully, but these errors were encountered: