Implement a simple autobind
This commit is contained in:
parent
d23bd71b7a
commit
b928cbd35d
17 changed files with 221 additions and 28 deletions
|
@ -11,7 +11,8 @@ const default_units = {
|
|||
$default_splay: 0,
|
||||
$default_height: 'u-1',
|
||||
$default_width: 'u-1',
|
||||
$default_padding: 'u'
|
||||
$default_padding: 'u',
|
||||
$default_autobind: 10
|
||||
}
|
||||
|
||||
exports.parse = (config = {}) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue