Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Software that lists CSS items?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45601
    wookie82
    Member

    hello, does anyone know of any software that would help find what CSS items are called for in a given bunch of html files and also the flip side, something that helps cut out unnecessary CSS entries?

    #139079
    Paulie_D
    Member

    I don’t think it would be possible for software to identify CSS rules from HTML.

    As for the other way round, the only thing I can think of immediately is CSSLint.

    Of course validation is a must: http://jigsaw.w3.org/css-validator/

    #139083
    Senff
    Participant

    Google Chrome can check give you an idea of which CSS rules are not used on any given page:

    – right-click on page
    – inspect element
    – Audits
    – RUN!

    #139110
    daffy58
    Participant

    This is Firefox add on to see which css is being used in the page

    [CssUsage](https://addons.mozilla.org/en-US/firefox/addon/css-usage/ “”)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.