Move column-level attributes to key-level

This commit is contained in:
Bán Dénes 2021-12-18 18:37:26 +01:00
parent 86c00eb62d
commit 73045e4754
19 changed files with 1290 additions and 306 deletions

View file

@ -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 = {}) => {