• Resolved chromasia

    (@chromasia)


    Is there any way to set the load order when different css files are combined? I ask as I have a small stylesheet that I load for certain pages that modifies some aspects of the global stylesheet. When I combine both it looks like the small stylesheet is being loaded before the main stylesheet, hence I can’t combine them both. I’m getting round this by not combining the main stylesheet, but wondered if there was a way to affect the load order so that I can combine both with the rest of the css for my site.

    Best wishes,

    Dave

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Hai Zheng?

    (@hailite)

    Hi @chromasia,

    The combining order is exact the same as the original css order in your html. In your html, is the custom css after the global one? If yes but when combined the order changed, you may need to turn on advanced mode in debug and see if the order changed there.

    Thread Starter chromasia

    (@chromasia)

    Thanks. I’ll look into it and get back to you if I continue to have problems.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS load order when combined’ is closed to new replies.