Move column-level attributes to key-level
This commit is contained in:
parent
86c00eb62d
commit
73045e4754
19 changed files with 1290 additions and 306 deletions
|
@ -5,7 +5,13 @@ const default_units = {
|
|||
U: 19.05,
|
||||
u: 19,
|
||||
cx: 18,
|
||||
cy: 17
|
||||
cy: 17,
|
||||
$default_stagger: 0,
|
||||
$default_spread: 'u',
|
||||
$default_splay: 0,
|
||||
$default_height: 'u-1',
|
||||
$default_width: 'u-1',
|
||||
$default_padding: 'u'
|
||||
}
|
||||
|
||||
exports.parse = (config = {}) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue