Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/25/2017 04:45:28 AM (8 years ago)
Author:
netweb
Message:

Build Tools: Remove extraneous grunt-scss-lint

This changeset is a follow up to [11587] where grunt-scss-lint should have been removed from package.json and scss-lint linting comments should have also been removed from SCSS files.

See #7028.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss

    r11632 r11679  
    7373    font-size: $rem-font-value + rem;
    7474}
    75 
    76 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test
    77 // for specific blocks / rulesets
    78 // until such time as exemption lists can be built for the scss-lint.yml?
    79 // Any vendor prefix properties / mixins need to be in this block
    80 
    81 // scss-lint:disable VendorPrefix
    8275
    8376// Border border-radius mixins
     
    135128    #{$property}: calc(#{$expression});
    136129}
    137 
    138 // Re-enable the VendorPrefix lint test
    139 // scss-lint:enable VendorPrefix
    140130
    141131// BP message boxes
Note: See TracChangeset for help on using the changeset viewer.