#unocss doesn't have styles in preview
3 messages · Page 1 of 1 (latest)
looks like a bug https://github.com/unocss/unocss/issues/3367
I've worked around it by adding the content pipeline to my uno.config.ts
content: {
pipeline: {
include: [
/\.([jt]sx?|mdx?)($|\?)/,
],
},
},