-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Labels
Description
I am finding a large gap between UnoCSS and the var(--ep-...) theming that's available inside from css/sass. It would be great if the primary, success, warning, info and danger colors were integrated with UnoCSS from this bootstrap.
Being able to do something like the following would make this bootstrap feel very cohesive
<span class="prose prose-primary">Primary color</span>
<span class="prose prose-text-primary">Primary text color</span>
<span class="prose prose-text-regular">Regular text color</span>Reactions are currently unavailable