Skip to content

2.5.0: Default styles fallback.

Compare
Choose a tag to compare
@houd1ni houd1ni released this 21 Mar 05:37
· 132 commits to master since this release

Now, if you do f('button submit'), and, for example, button isn't in your style, then it would fallback to your defStyles automatically, if present in the constructor options: no more submit: { ...button, color: purple } !