make use of tailwind layers in custom theme
following the docs, i created a custom theme. now i want to apply some base styles to my panel. usually i would wrap them inside tailwinds base layer.
if i paste that snippet inside
i'm not sure if that is a bug or if i'm applying the styles in the wrong place.
the other option would be to add the classes directly in the markup. is there any way to hook into/apply styles to
if i paste that snippet inside
theme.css i get the following errori'm not sure if that is a bug or if i'm applying the styles in the wrong place.
the other option would be to add the classes directly in the markup. is there any way to hook into/apply styles to
<html> and <body> within the panel builder?