mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Add unitless type
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
"name": "$menu-item-active-color",
|
||||
"value": "$link-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($blue)"
|
||||
"computed_type": "color",
|
||||
"computed_value": "#fff"
|
||||
},
|
||||
"$menu-item-active-background-color": {
|
||||
"name": "$menu-item-active-background-color",
|
||||
@@ -45,7 +45,7 @@
|
||||
"$menu-list-border-left": {
|
||||
"name": "$menu-list-border-left",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$menu-label-color": {
|
||||
"name": "$menu-label-color",
|
||||
|
||||
Reference in New Issue
Block a user