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 56a71e2 commit 6995c63Copy full SHA for 6995c63
CHANGELOG.md
@@ -1,5 +1,22 @@
1
# Changelog
2
3
+## 0.4.0
4
+
5
+- Added linting and quick fixes for both CSS and markup
6
+- Updated module resolution for compatibility with pnpm (#128)
7
+- The extension now ignores the `purge` option when extracting class names (#131)
8
+- Fixed hover offsets for class names which appear after interpolations
9
10
+## 0.3.1
11
12
+- Fixed class attribute completions not showing when using the following Pug syntax (#125):
13
+ ```
14
+ div(class="")
15
16
+- Fixed hover previews not showing when using a computed class attribute in Vue templates
17
+- Restore missing readme images
18
+- Update settings descriptions to use markdown
19
20
## 0.3.0
21
22
### General
0 commit comments