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
Describe the bug @nuxt/content allows you to define classes on an object using the [span]{.some-class} syntax. Windi seems to be ignoring these classes since they are prefixed with a period.
To Reproduce
Steps to reproduce the behavior:
Create a nuxt project using @nuxt/content
In your content markdown use the above syntax.
Expected behavior
Windi's extractor should be able to correctly extract the classes, even when they're formatted as .some-class
The text was updated successfully, but these errors were encountered:
Describe the bug
@nuxt/content
allows you to define classes on an object using the[span]{.some-class}
syntax. Windi seems to be ignoring these classes since they are prefixed with a period.To Reproduce
Steps to reproduce the behavior:
@nuxt/content
Expected behavior
Windi's extractor should be able to correctly extract the classes, even when they're formatted as
.some-class
The text was updated successfully, but these errors were encountered: