postcss-react-native
postcss-react-native copied to clipboard
Avoid empty if statements
When you have non-supported rules, such as @media print, you could
end up with empty if () statements. This fix makes sure we only
write if statements when we have valid conditionals.