Managing large CSS files [closed]

Single HUGE CSS file maintaining is very difficult.But you split that files in multiple then it causes extra http requests which could slow things down.

sloution according to me.

  1. If you know that your CSS will NEVER change once you’ve built it,
    Build multiple CSS files in the development stage (for readability),and then manually combine them before going live (to reduce http requests)