We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee5e3a commit bcfed97Copy full SHA for bcfed97
changelog.md
@@ -1,4 +1,9 @@
1
-### 0.10.0
+### 0.11.0
2
3
- [Add support to Angular inline CSS](https://github.com/Raathigesh/fabulous/pull/17)
4
- [Add support to Html, Vue and Svelte](https://github.com/Raathigesh/fabulous/pull/21)
5
+
6
+### 0.12.0
7
8
+- [Support for line-height property](https://github.com/Raathigesh/fabulous/pull/35)
9
+- [Handle un-assigned template literal better](https://github.com/Raathigesh/fabulous/pull/32)
package.json
@@ -3,7 +3,7 @@
"displayName": "Fabulous",
"description": "CSS editor",
"publisher": "raathigeshan",
- "version": "0.11.0",
+ "version": "0.12.0",
"engines": {
"vscode": "^1.33.0"
},
0 commit comments