postcss-react-native icon indicating copy to clipboard operation
postcss-react-native copied to clipboard

Avoid empty if statements

Open gabriel-laet opened this issue 8 years ago • 0 comments

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.

gabriel-laet avatar Mar 28 '17 18:03 gabriel-laet