Skip to content

Commit 56bc549

Browse files
committed
0.8.3
1 parent 78a20f4 commit 56bc549

File tree

3 files changed

+62
-57
lines changed

3 files changed

+62
-57
lines changed

package-lock.json

+56-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vscode-tailwindcss/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.8.3
4+
5+
- Add [`experimental.configFile` setting](https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssexperimentalconfigfile) (#541)
6+
- Fix `@screen` highlighting for Vetur SFC PostCSS styles (#538)
7+
38
## 0.8.2
49

510
- Fix language features when nesting `<template>` in Vue files (#532)

packages/vscode-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preview": true,
66
"author": "Brad Cornes <[email protected]>",
77
"license": "MIT",
8-
"version": "0.8.2",
8+
"version": "0.8.3",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)