mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Add unitless type
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"$panel-item-border": {
|
||||
"name": "$panel-item-border",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$panel-heading-background-color": {
|
||||
"name": "$panel-heading-background-color",
|
||||
@@ -22,7 +22,7 @@
|
||||
"$panel-heading-line-height": {
|
||||
"name": "$panel-heading-line-height",
|
||||
"value": "1.25",
|
||||
"type": "string"
|
||||
"type": "unitless"
|
||||
},
|
||||
"$panel-heading-padding": {
|
||||
"name": "$panel-heading-padding",
|
||||
@@ -51,7 +51,7 @@
|
||||
"$panel-tab-border-bottom": {
|
||||
"name": "$panel-tab-border-bottom",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$panel-tab-active-border-bottom-color": {
|
||||
"name": "$panel-tab-active-border-bottom-color",
|
||||
|
||||
Reference in New Issue
Block a user