support class sorting for not native HTML attributes & syntax
See original GitHub issue<div class="{localStorage.theme === 'dark' ? 'dark' : 'light'} flex flex-col min-h-100vh overflow-y-hidden">
to be fixed in https://github.com/windicss/windicss-intellisense/blob/3c9b378a4d6269cf9a26797e53382cdbe2f84176/src/utils/filetypes.ts#L1-L5
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
<table>: The Table element - HTML - MDN Web Docs - Mozilla
The HTML element represents tabular data — that is, ... There are no native methods for sorting the rows ( <tr> elements) of...
Read more >How You Can Use HTML5 Custom Data Attributes and Why
Gajendar Singh walks you through HTML5 custom data attributes, why they're useful, how to style them with CSS and manipulate them with ...
Read more >HTML5 Custom Data Attributes (data-*) | HTML5 Doctor
Custom data attributes are intended to store custom data private to the page or application, for which there are no more appropriate attributes...
Read more >How To Sort a Table - W3Schools
Learn how to sort an HTML table, using JavaScript. Click the button to sort the table alphabetically, based on customer name: Sort. Name,...
Read more >VS Code Extensions for HTML | CSS-Tricks
Not specific to HTML, but if like this sort of help with matching things, ... For example, it breaks HTML attributes onto single...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This might work, but you will need to also change the matching group
https://github.com/windicss/windicss-intellisense/commit/f586a0be5b3e067aa0a0e69102c975c548a3087f #78