roby65

Results 1 issues of roby65

We have this code in our css: ```css nth-child(1 of :not([class*=hero])) ``` This gets minified to: ```css nth-child(1of :not([class*=hero])) ``` Breaking it. The code that breaks this is in CSS.PHP...