mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Add unitless type
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"$content-heading-line-height": {
|
||||
"name": "$content-heading-line-height",
|
||||
"value": "1.125",
|
||||
"type": "string"
|
||||
"type": "unitless"
|
||||
},
|
||||
"$content-blockquote-background-color": {
|
||||
"name": "$content-blockquote-background-color",
|
||||
@@ -29,7 +29,7 @@
|
||||
"$content-blockquote-border-left": {
|
||||
"name": "$content-blockquote-border-left",
|
||||
"value": "5px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$content-blockquote-padding": {
|
||||
"name": "$content-blockquote-padding",
|
||||
@@ -44,7 +44,7 @@
|
||||
"$content-table-cell-border": {
|
||||
"name": "$content-table-cell-border",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$content-table-cell-border-width": {
|
||||
"name": "$content-table-cell-border-width",
|
||||
@@ -78,7 +78,7 @@
|
||||
"$content-table-foot-cell-border-width": {
|
||||
"name": "$content-table-foot-cell-border-width",
|
||||
"value": "2px 0 0",
|
||||
"type": "string"
|
||||
"type": "size"
|
||||
},
|
||||
"$content-table-foot-cell-color": {
|
||||
"name": "$content-table-foot-cell-color",
|
||||
|
||||
Reference in New Issue
Block a user