CSS styling has changed

A common issue is the use of @import directives in the original CSS files. During the minification process, the @import linked files end up being loaded first. If this is causing issues, remove the @import directives and instead load the files via an explicit layout xml instruction.

Still need help? Contact Us Contact Us