-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Warning will be thrown for .5 values #27
Comments
Thanks for the repo! Looking into this |
@barvian Just wanted to add FYI: I have used next15rc for the repo but warnings also appear on latest (next 14.2.3). |
Alright so it looks like this was related to a known Tailwind limitation (see tailwindlabs/tailwindcss#9354). I just released v0.3.9 that now outputs all errors as CSS comments instead of console warnings, which should address this and probably improves the DX overall (see i.e. #20). Here's the updated portion of the docs, if you're interested. Thanks for reporting! Feel free to leave another comment if you have any feedback |
Thanks for the quick reaction! |
First of all, thank you!!! It is such a great plugin!
The plugin issues a “Missing end value” warning if decimal values are used, e.g. ~my-1.5/4
In some occasions “Start and end values are both 0.25rem”. Both is not true and everything is working as expected.
Reproduction repo:
https://github.com/mdillgen/next15.git
The text was updated successfully, but these errors were encountered: