nuxt-windicss
nuxt-windicss copied to clipboard
@nuxt/content class syntax not working
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