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.
In vue SFC's or other html source, an input tag of the form
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
orbg-green-500
. Examples can be given if required.