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 @@
|
||||
"$box-shadow": {
|
||||
"name": "$box-shadow",
|
||||
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$box-padding": {
|
||||
"name": "$box-padding",
|
||||
@@ -34,12 +34,12 @@
|
||||
"$box-link-hover-shadow": {
|
||||
"name": "$box-link-hover-shadow",
|
||||
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px $link",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$box-link-active-shadow": {
|
||||
"name": "$box-link-active-shadow",
|
||||
"value": "inset 0 1px 2px rgba($black, 0.2), 0 0 0 1px $link",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
|
||||
Reference in New Issue
Block a user