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
Reading through the code, it was expecting quoted URLs for CSS url props. I've put forward a PR which adds support for single quoted, double quoted, and unquoted strings.
Thanks for the update, @a-h!
Here is some feedback about CSS component arguments that I identified during testing (
templ v0.2.598
):url()
in thebackground-image
And generated result is:
zTemplUnsafeCSSPropertyValue
And generated result is:
How to correctly specify similar CSS properties using Templ?
The text was updated successfully, but these errors were encountered: