we don't need to think of a name for new utilities, only the bs5 definition. existing utilities are almost always expanded by adding more values.
24 lines
488 B
YAML
24 lines
488 B
YAML
---
|
|
add: []
|
|
expand:
|
|
start:
|
|
property: right
|
|
end:
|
|
property: left
|
|
border-start:
|
|
property: border-right
|
|
border-end:
|
|
property: border-left
|
|
padding-start:
|
|
property: padding-right
|
|
padding-end:
|
|
property: padding-left
|
|
margin-start:
|
|
property: margin-right
|
|
margin-end:
|
|
property: margin-left
|
|
rounded-start:
|
|
property: border-top-right-radius border-bottom-right-radius
|
|
rounded-end:
|
|
property: border-top-left-radius border-bottom-left-radius
|