When CSS aggregation is turned on in Performance, it appears that some of the CSS files in Omega no longer load properly as the output does not reflect the complete set of CSS. Not sure how to troubleshoot but happy to do so if given direction.

Comments

dhalbert’s picture

Category: bug » support

When I had this kind of problem, it was due to some error in one of my CSS files, such as a missing or extra curly brace. It was not actually an Omega bug. Run your CSS files through a CSS validator such as http://jigsaw.w3.org/css-validator/ .

Lloyd’s picture

Status: Active » Closed (works as designed)

Thank you!

I had one parsing error that apparently broke everything when the files were aggregated. Sorry to even suggest it was Omega's issue : )