**What version of VS Code are you using?** v1.100.1 **What version of Tailwind CSS IntelliSense are you using?** v0.14.17 **What version of Tailwind CSS are you using?** 4.1.6 **What package manager are you using?** npm **What operating system are you using?** Ubuntu Linux **Tailwind config** Default **Describe your issue** Swatches for HSL colors do not appear when using the `before:` or `after:` prefixes. Example: ```css after:bg-[hsl(80deg_50%_50%)] ```