We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f964ad2 commit 442c113Copy full SHA for 442c113
CHANGELOG.md
@@ -12,7 +12,6 @@
12
- Class names from `@tailwind base` are now included (by default `@tailwind base` does not include any class names but plugins may contribute them)
13
- Color swatches can now be displayed for rules with multiple properties and/or colors with variable alpha (#113)
14
- Added `tailwindCSS.includeLanguages` setting:
15
-
16
```json
17
{
18
"tailwindCSS.includeLanguages": {
@@ -41,7 +40,6 @@
41
40
### JS(X)
42
43
- Completions now trigger when using backticks (#50, #93):
44
45
```js
46
const App = () => <div className={`_
47
```
0 commit comments