fix changelog spacing
parent
f964ad2fbc
commit
442c1132a7
|
@ -12,7 +12,6 @@
|
||||||
- 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": {
|
||||||
|
@ -41,7 +40,6 @@
|
||||||
### 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