Skip to content

Instantly share code, notes, and snippets.

@jaredmoody
Created July 19, 2022 23:58
Show Gist options
  • Save jaredmoody/8a2aa8bbebac012ee70a5ec2984f7855 to your computer and use it in GitHub Desktop.
Save jaredmoody/8a2aa8bbebac012ee70a5ec2984f7855 to your computer and use it in GitHub Desktop.
// settings.json
{
"tailwindCSS.includeLanguages": {
"plaintext": "html",
"haml": "html"
},
// https://github.com/tailwindlabs/tailwindcss/issues/7553#issuecomment-735915659
"tailwindCSS.experimental.classRegex": [
":\\s*?[\"'`]([^\"'`]*).*?,?",
[
"class\\[([^)]*)\\]",
"'([^']*)'"
],
[
"%\\s*?\\.([^\"'`{]*)"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment