You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ A Visual Studio Code extension that provides CSS class name completion for the H
13
13
* HTML
14
14
* Razor
15
15
* PHP
16
+
* Laravel (Blade)
16
17
* JavaScript
17
18
* JavaScript React (.jsx)
18
19
* TypeScript React (.tsx)
@@ -23,11 +24,14 @@ A Visual Studio Code extension that provides CSS class name completion for the H
23
24
* Handlebars
24
25
* EJS (.ejs)
25
26
27
+
## Library Specific Support
28
+
*@apply in CSS, SASS and SCSS Files for [Tailwind CSS](https://tailwindcss.com)
29
+
26
30
## Contributions
27
31
You can request new features and/or contribute to the extension development on its [repository on GitHub](https://github.com/Zignd/HTML-CSS-Class-Completion/issues). Look for an issue you're interested in working on, comment on it to let me know you're working on it and submit your pull request! :D
28
32
29
-
## What's new in version 1.12.0 (Out 31, 2017)
30
-
* Added the "multi-root ready" keyword, it was a request from the VS Code team.
33
+
## What's new in version 1.13.0 (Nov 6, 2017)
34
+
* Added support for Laravel (Blade).
31
35
32
36
Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/master/CHANGELOG.md) for the current and previous updates.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "html-css-class-completion",
3
3
"displayName": "IntelliSense for CSS class names",
4
4
"description": "Provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace. Also supports React's className attribute.",
0 commit comments