fix changelog spacing
parent
6a97195c2c
commit
c767352f2a
|
@ -12,6 +12,7 @@
|
||||||
- Class names from `@tailwind base` are now included (by default `@tailwind base` does not include any class names but plugins may contribute them)
|
- Class names from `@tailwind base` are now included (by default `@tailwind base` does not include any class names but plugins may contribute them)
|
||||||
- Color swatches can now be displayed for rules with multiple properties and/or colors with variable alpha (#113)
|
- Color swatches can now be displayed for rules with multiple properties and/or colors with variable alpha (#113)
|
||||||
- Added `tailwindCSS.includeLanguages` setting:
|
- Added `tailwindCSS.includeLanguages` setting:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"tailwindCSS.includeLanguages": {
|
"tailwindCSS.includeLanguages": {
|
||||||
|
@ -19,6 +20,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
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`, or `javascript`)
|
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`, or `javascript`)
|
||||||
|
|
||||||
### HTML
|
### HTML
|
||||||
|
@ -40,6 +42,7 @@
|
||||||
### JS(X)
|
### JS(X)
|
||||||
|
|
||||||
- Completions now trigger when using backticks (#50, #93):
|
- Completions now trigger when using backticks (#50, #93):
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const App = () => <div className={`_
|
const App = () => <div className={`_
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue