mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Simplify ternary to or statement
This commit is contained in:
parent
7ade6ea744
commit
6a592930a4
@ -52,7 +52,7 @@ const plugin = postcss.plugin('tailwind', config => {
|
||||
|
||||
return postcss([
|
||||
...plugins,
|
||||
processTailwindFeatures(getConfigFunction(resolvedConfigPath ? resolvedConfigPath : config)),
|
||||
processTailwindFeatures(getConfigFunction(resolvedConfigPath || config)),
|
||||
perfectionist({
|
||||
cascade: true,
|
||||
colorShorthand: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user