windicss / windicss-intellisense

Intelligent WindiCSS tooling for VS Code
https://marketplace.visualstudio.com/items?itemName=voorjaar.windicss-intellisense
MIT License
194 stars 16 forks source link

<input accept="image/*"> breaks color swatches that follow #523

Open qgates opened 1 year ago

qgates commented 1 year ago

In vue SFC's or other html source, an input tag of the form

<input accept="image/*">

disables rendering color swatches that appear for color classes on any lines that follow in the source. Color classes include things like text-red-500 or bg-green-500. Examples can be given if required.

qgates commented 1 year ago

Found the problem and created PR #524