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
Describe the bug
@nuxt/contentallows 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/contentExpected behavior
Windi's extractor should be able to correctly extract the classes, even when they're formatted as
.some-class