mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #205 from nothingworksinc/export-config
Add default config to module.exports
This commit is contained in:
commit
fcee129eb8
@ -37,4 +37,6 @@ const plugin = postcss.plugin('tailwind', (options = {}) => {
|
||||
])
|
||||
})
|
||||
|
||||
plugin.defaultConfig = _.cloneDeep(defaultConfig)
|
||||
|
||||
module.exports = plugin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user