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
I attempted to create a scoped style tag using the css: prefix. Based on what I've read about slim, it should support css class="myClass", but when I attempt to use it like this:
css class="test":
p { background-color: blue; }
it renders like this:
<css class="test">:
p { background-color: blue; }
</css>
The text was updated successfully, but these errors were encountered:
I attempted to create a scoped style tag using the
css:
prefix. Based on what I've read about slim, it should supportcss class="myClass"
, but when I attempt to use it like this:it renders like this:
The text was updated successfully, but these errors were encountered: