• I’m checking if cloudflare minify is causing problems.
    How can CSS break? Whitespace isn’t important, so minify should not matter right? Same for html.
    When can it be an issue?

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    There is no specific “if you have [x] then minify will break it” answer. Rather, any automated system which removes information (in this case, whitespace) runs the risk of removing more than it’s supposed to.

    Basically, give minify a shot, and if you’re happy with the results, stick with it. If it breaks something, stop using it. 🙂

Viewing 1 replies (of 1 total)

The topic ‘when can CSS minify break things?’ is closed to new replies.