Search code examples
csscode-maintainability

Is there any tool for auto maintaining css code


I have a huge CSS file which should be about 20'000 lines and it was accidentally saved on one line a while ago, making it extremely hard to read and maintain.

I was looking for a tool that would automatically separate lines of CSS files, but I am finding it difficult as I can't find an English definition describing what I'm after. Does anyone know any tool that would do that? I'm sure that such a tool exists somewhere.

It would help me a lot. Thanks.


Solution

  • As well as using SO's inbuilt feature, you could try looking at CSS Beautifiers.

    Such as http://codebeautify.org/

    Most of these work with other languages too! Hope this helps