mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Add unitless type
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"$table-cell-border": {
|
||||
"name": "$table-cell-border",
|
||||
"value": "1px solid $grey-lighter",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$table-cell-border-width": {
|
||||
"name": "$table-cell-border-width",
|
||||
@@ -51,7 +51,7 @@
|
||||
"$table-foot-cell-border-width": {
|
||||
"name": "$table-foot-cell-border-width",
|
||||
"value": "2px 0 0",
|
||||
"type": "string"
|
||||
"type": "size"
|
||||
},
|
||||
"$table-foot-cell-color": {
|
||||
"name": "$table-foot-cell-color",
|
||||
@@ -78,8 +78,8 @@
|
||||
"name": "$table-row-active-color",
|
||||
"value": "$primary-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($turquoise)"
|
||||
"computed_type": "color",
|
||||
"computed_value": "#fff"
|
||||
},
|
||||
"$table-striped-row-even-background-color": {
|
||||
"name": "$table-striped-row-even-background-color",
|
||||
|
||||
Reference in New Issue
Block a user