Skip to:
Content

BuddyPress.org

Changeset 9971


Ignore:
Timestamp:
06/27/2015 05:24:27 PM (11 years ago)
Author:
hnla
Message:

Commit updates scss-lint.ylm to include the ignore_names line for SelectorFormat block.

This is to allow specific existing BP underscored selector name use.

  • Add 'signup_form' id to list

Closes #6538

File:
1 edited

Legend:

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

    r9771 r9971  
    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'
    123124
    124125  Shorthand:
Note: See TracChangeset for help on using the changeset viewer.