Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/02/2016 10:12:01 AM (9 years ago)
Author:
netweb
Message:

Build Tools: Add @stylelint for linting CSS to adhere to WordPress CSS Coding Standards

This changeset adds a new Grunt task grunt postcss:lint that runs stylelint on CSS & SCSS files to ensure bbPress' CSS adheres to WordPress CSS Coding Standards.

8 months in the making and is maintained by yours truly @netweb, with stylelint I'm learning JavaScript deeply.

See also:

Hat-tip: David Clark and Richard Hallows for the ongoing help and support.

Props netweb.
Fixes #2924.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/styles/mint/colors.scss

    r5285 r5995  
    1 $base-color: darken( desaturate( #78cd95, 10% ), 10% );
    2 $highlight-color: desaturate( #467656, 10% );
    3 $notification-color: desaturate( #2a8c4b, 10% );
     1$base-color: darken(desaturate(#78cd95, 10%), 10%);
     2$highlight-color: desaturate(#467656, 10%);
     3$notification-color: desaturate(#2a8c4b, 10%);
    44
    55@import "../admin";
Note: See TracChangeset for help on using the changeset viewer.