htmlcsseditorcoda

Fast way to check if I'm adding duplicate css (if possible in coda)?


Is there an easy way to check if I'm adding duplicate css lines to my file? I'm currently adding on to the existing style sheet and am now using command+f in my editor (Coda) to find if the class has already been used but this is by far the fastest way to do this.

To be perfectly clear: Let's say I'm writing to add a margin to class '.test', how do I make sure I am not repeating '.test' in my document?

Is there something in Coda that can do this, or in other editors?


Solution

  • Some text editors will underline duplicated css.

    Good text editor: atom text editor

    some tips for you so you wont need any text editor auto checkers:

    example:

    body{}
    navbar{}
    footer{}