Skip to content

Commit c320fd5

Browse files
committed
Add color modifiers
1 parent caa70b6 commit c320fd5

File tree

3 files changed

+1355
-206
lines changed

3 files changed

+1355
-206
lines changed

src/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@ module.exports = plugin.withOptions(
4141
)
4242
}
4343
},
44-
() => ({ theme: { typography: styles }, variants: { typography: ['responsive'] } })
44+
() => ({
45+
theme: { typography: styles },
46+
variants: { typography: ['responsive'] },
47+
})
4548
)

0 commit comments

Comments
 (0)