mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Add more CSS variables with fallback
This commit is contained in:
@@ -3,9 +3,6 @@ $textarea-max-height: 40em !default
|
||||
$textarea-min-height: 8em !default
|
||||
|
||||
%input-textarea
|
||||
--input-shadow: #{$input-shadow}
|
||||
--input-focus-box-shadow-size: #{$input-focus-box-shadow-size}
|
||||
|
||||
@extend %input
|
||||
box-shadow: var(--input-shadow, #{$input-shadow})
|
||||
max-width: 100%
|
||||
|
||||
Reference in New Issue
Block a user