aphrodite v0.6.0 Release Notes

    • ๐Ÿ’… css() will now accept arbitrarily nested arrays. i.e. instead of css(styles.a, styles.b), you can now do css([styles.a, [styles.b, styles.c]]). (PR #154)
    • ๐Ÿ‘Œ Support for multiple font styles with the same font-family. (PR #82)