mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Add unitless type
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"$input-shadow": {
|
||||
"name": "$input-shadow",
|
||||
"value": "inset 0 1px 2px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$input-hover-color": {
|
||||
"name": "$input-hover-color",
|
||||
@@ -62,7 +62,7 @@
|
||||
"$input-focus-box-shadow-color": {
|
||||
"name": "$input-focus-box-shadow-color",
|
||||
"value": "rgba($link, 0.25)",
|
||||
"type": "compound"
|
||||
"type": "color"
|
||||
},
|
||||
"$input-disabled-color": {
|
||||
"name": "$input-disabled-color",
|
||||
@@ -170,7 +170,7 @@
|
||||
"$file-name-border-width": {
|
||||
"name": "$file-name-border-width",
|
||||
"value": "1px 1px 1px 0",
|
||||
"type": "string"
|
||||
"type": "size"
|
||||
},
|
||||
"$file-name-max-width": {
|
||||
"name": "$file-name-max-width",
|
||||
|
||||
Reference in New Issue
Block a user