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
@apply directives inside Vue components' style, whether scoped or not scoped, do not work.
However, regular direct class styling in the template section styles the HTML successfully. Regular CSS styling in the style section also has an effect.
Import of main.js (imports dist.css which is the built @tailwind directives. import "../public/dist.css";
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
@apply directives inside Vue components'
style
, whether scoped or not scoped, do not work.However, regular direct class styling in the
template
section styles the HTML successfully. Regular CSS styling in thestyle
section also has an effect.Import of
main.js
(importsdist.css
which is the built@tailwind
directives.import "../public/dist.css";
Code excerpt
Contents of
package.json
dependencies:Beta Was this translation helpful? Give feedback.
All reactions