Vladimir Agafonov
Vladimir Agafonov
**Describe the bug** See the "To Reproduce" section. **To Reproduce** Steps to reproduce the behavior: 1. Write `` 2. See error **Expected behavior** There should be no errors. **Screenshots** ...
**What version of Tailwind CSS are you using?** v3.3.1 **What build tool (or framework if it abstracts the build tool) are you using?** play.tailwindcss.com **What browser are you using?** Chrome...
### Describe the bug The following code ``` .a { animation: opacity 0ms 1000ms; } ``` is shortened to ``` .a{animation:opacity 0ms 1s} ``` ### Expected behaviour and should shortened...
### Describe the bug I have the following code: ``` html { font-size: calc(16 * 100 / 1920 * 1vw); } ``` Google Chrome renders this as `16px`.  The...
### Describe the bug I have the following styles: ``` @keyframes opacity { 0% { opacity: 0; } 100% { opacity: 1; } } .a { animation: opacity 0ms 1000ms;...
**Describe the bug** If a property with `!` is encountered among several arbitrary properties, the `no-contradicting-classname` rule will falsely print an error. **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** The `tailwindcss/no-custom-classname` rule does not respect the new line-height modifier from Tailwind 3.3. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://play.tailwindcss.com/QJfwQ8NCak. 2. Copy the...
Svelte 4 is out now, would love to see it supported. Thanks!
In case we are comparing with the current time, the second argument could be omitted. It seems to work as expected, but it doesn't seem obvious from the docs. It...
Hi and thank you for the awesome library! When using Superforms in runes mode on the entire app (https://svelte-5-preview.vercel.app/docs/runes#how-to-opt-in) in Svelte 5, an error is thrown: "``...SuperDebug.svelte:90:1 Cannot use `export...