Skip to content

Commit 69edb1e

Browse files
committed
update readme and add changelog
1 parent a934dd5 commit 69edb1e

File tree

6 files changed

+35
-8
lines changed

6 files changed

+35
-8
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.1.10
4+
5+
- add syntax definitions for `@apply` and `config()`:
6+
7+
**Before:**
8+
9+
<img src="https://user-images.githubusercontent.com/2615508/44740655-ed02ee80-aaf2-11e8-8d3e-1075e0801fd7.png" alt="Syntax highlighting before update" width="345" />
10+
11+
**After:**
12+
13+
<img src="https://user-images.githubusercontent.com/2615508/44740606-cba20280-aaf2-11e8-92b8-42adbfe54c61.png" alt="Syntax highlighting after update" width="345" />

README.md

+22-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
11
# Tailwind CSS IntelliSense
22

3-
> Tailwind CSS class name completion for VS Code
3+
> [Tailwind CSS](https://tailwindcss.com/) class name completion for VS Code
44
55
**[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
66

7-
## HTML
7+
## Features
88

9-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/html.gif" alt="HTML autocompletion" width="750">
9+
### Markup
1010

11-
Hover over a class name to preview the CSS:
11+
- class name suggestions, including support for Emmet
12+
- CSS preview when hovering over class names
13+
14+
### CSS
15+
16+
- class name suggestions when using `@apply`
17+
- suggestions when using the `config` helper
18+
- suggestions when using the `@screen` directive
19+
- improves syntax highlighting when using `@apply` and `config()`
20+
21+
## GIFs
1222

13-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/html-hover.gif" alt="HTML hover preview" width="750">
23+
### HTML
24+
25+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif" alt="HTML autocompletion" width="750">
26+
27+
Hover over a class name to preview the CSS:
1428

15-
## CSS
29+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html-hover.gif" alt="HTML hover preview" width="750">
1630

17-
In CSS files you get autocompletions when using `@apply` and the `config()` helper.
31+
### CSS
1832

19-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/css.gif" alt="CSS autocompletion" width="750">
33+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/css.gif" alt="CSS autocompletion" width="750">

img/css.gif

1.4 MB
Loading
File renamed without changes.
File renamed without changes.

src/img/css.gif

-1.78 MB
Binary file not shown.

0 commit comments

Comments
 (0)