master
Brad Cornes 2018-11-02 11:19:21 +00:00
parent 2501fb56f2
commit 2e05e48bef
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.1.15
- add support for [leaf](https://github.com/vapor/leaf) files (#16)
## 0.1.10
- add syntax definitions for `@apply` and `config()`:

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "vscode-tailwindcss",
"version": "0.1.14",
"version": "0.1.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "vscode-tailwindcss",
"displayName": "Tailwind CSS IntelliSense",
"description": "Tailwind CSS class name completion",
"version": "0.1.14",
"version": "0.1.15",
"publisher": "bradlc",
"engines": {
"vscode": "^1.20.0"