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
package main
cssred() {
background-color: #ff0000; // <-- No color picker on the left of line numbers, the same way it appears if this was in a .css file.
}
templ button(text string, isPrimary bool) {
<button class={ red() }>{ text }</button>
}
The text was updated successfully, but these errors were encountered:
Currently there is no syntax highlighting, error reporting, auto completion, etc for css blocks as described here:
https://templ.guide/syntax-and-usage/css-style-management#dynamic-class-names
The text was updated successfully, but these errors were encountered: