In Bulma we have some CSS variables with default value that are too long for textfield type (128 character max).
Example of CSS variables from https://bulma.io/documentation/elements/box/ :
var(--bulma-box-link-active-shadow)
which default value is inset 0 1px 2px hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), var(--bulma-scheme-invert-l), 0.2), 0 0 0 1px var(--bulma-link)
Is there another type I can use ? Or could this be a feature request ?
Active
1.1
Code