v0.3.0-alpha.2
Pre-release
      Pre-release
    
        - 
Added built-in support for
mustache,HTML (EEx), andhtml-eexlanguages - 
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.includeLanguagessetting:{ "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,javascriptetc.) - 
Fixed fsevents not being used on macOS (#112)