-
Notifications
You must be signed in to change notification settings - Fork 7
Closed

Description
Hello Friends
Is there a way to define CSS klasses inside e.g. a <style> tag and use the classes and styles directly in the template?
Imagining something like this:
<style>
.myClass {
background-color: 'red';
}
</style>
<div class="myClass">A div container</div>
I tried this and the style tags gets spliced and then not recognized. Or is it something we can already configure?
Metadata
Metadata
Assignees
Labels
No labels