mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge branch 'master' of github.com:tailwindlabs/tailwindcss
This commit is contained in:
commit
cafbc65b3b
@ -46,7 +46,8 @@ export default function(plugins, config) {
|
||||
const applyConfiguredPrefix = selector => {
|
||||
return prefixSelector(config.prefix, selector)
|
||||
}
|
||||
const getConfigValue = (path, defaultValue) => _.get(config, path, defaultValue)
|
||||
|
||||
const getConfigValue = (path, defaultValue) => (path ? _.get(config, path, defaultValue) : config)
|
||||
const browserslistTarget = browserslist().includes('ie 11') ? 'ie11' : 'relaxed'
|
||||
|
||||
plugins.forEach(plugin => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user