Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29792, comment 2


Ignore:
Timestamp:
09/30/2014 10:15:39 AM (12 years ago)
Author:
x2048
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29792, comment 2

    initial v1  
    11It appears that @-ms-keyframes is not actually used in any browser, and can safely be deleted:
     2http://css-tricks.com/snippets/css/keyframe-animation-syntax/
    23
    3 http://css-tricks.com/snippets/css/keyframe-animation-syntax/
     4
     5
     6
     7I put together a really small library that parses CSS and reports errors according to the WP guidelines.
     8Currently it handles "camelCaseSelectors", "selectors_with_underscores", and ".multiple, .selectors, .on-one-line".
     9Would this be useful, and should I add more things(like "!important requires comments")?
     10
     11There's a patch that installs these two grunt tasks.
     12Try them out with "grunt csslint" and "grunt wp-css-check".
     13
     14(btw, I'm new to WordPress core development - I only started this week. Please tell me if I'm doing something wrong)