Skip to:
Content

BuddyPress.org

Changeset 10405


Ignore:
Timestamp:
12/13/2015 10:06:28 PM (9 years ago)
Author:
hnla
Message:

Update scss-lint .yml config.

Add underscored table id token name to allowed whitelisted names array.
Although it is preferred to not use underscores in selector token strings, bp has used a few so we'll whitelist those as we have need to use them and where no other suitable selector token can be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.scss-lint.yml

    r9971 r10405  
    121121    enabled: true
    122122    convention: hyphenated_lowercase # or 'BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
    123     ignored_names: 'signup_form'
     123    ignored_names: ['signup_form', 'send_message_form']
    124124
    125125  Shorthand:
Note: See TracChangeset for help on using the changeset viewer.