Skip to content

v0.3.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@bradlc bradlc released this 03 May 20:08
· 510 commits to next since this release
  • Added built-in support for mustache, HTML (EEx), and html-eex languages

  • Color swatches can now be displayed for rules with multiple properties and/or colors with variable alpha (#113)

  • Fixed display of rules with multiple values for a single property

  • Added tailwindCSS.includeLanguages setting:

    {
      "tailwindCSS.includeLanguages": {
        "plaintext": "html"
      }
    }

    This setting allows you to add additional language support. The key of each entry is the new language ID and the value is any one of the extensions built-in languages, depending on how you want the new language to be treated (e.g. html, css, javascript etc.)

  • Fixed fsevents not being used on macOS (#112)