v0.2.0
Allow infinite property nesting 83f288b
This is not possible before
const theme = createTheme({
a: {
b: {
c: {
d: ''
}
}
}
});
Allow infinite property nesting 83f288b
This is not possible before
const theme = createTheme({
a: {
b: {
c: {
d: ''
}
}
}
});