[IntelliSense] Add support for Laravel Blade @class directive and for Laravel Blade component attributes functions #7046
alexmandrikdev
started this conversation in
Ideas
Replies: 2 comments 9 replies
-
UP |
Beta Was this translation helpful? Give feedback.
2 replies
-
This is not entirely my solution but I don't remember where I've found original article You can add custom class-pattern in extension settings. Add these lines into "tailwindCSS.experimental.classRegex": [
["@class\\(([^]*)\\)", "'([^']*)'"]
] It should work (custom values and variants included) |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please make this extension work with @class directive and with attributes functions.
Beta Was this translation helpful? Give feedback.
All reactions