nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.13k stars 544 forks source link

postcss style not applying #2763

Open clopezpro opened 20 hours ago

clopezpro commented 20 hours ago

Environment


Is this bug related to Nuxt or Vue?

Nuxt

Version

v3.0.0-alpha.9

Reproduction

style tag Image Use Image debug Image

Description

Sorry, I don't know if it's a bad configuration on my part, however the styles in which I use @apply don't work for me.

Additional context

No response

Logs

benjamincanac commented 6 hours ago

Does this work if you remove lang="postcss" from your <style> block?

clopezpro commented 3 hours ago

Does this work if you remove lang="postcss" from your <style> block?

generates the following error

Image