#6538 closed enhancement (fixed)
Update scsslint.yml
Reported by: | hnla | Owned by: | hnla |
---|---|---|---|
Milestone: | 2.4 | Priority: | low |
Severity: | minor | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
BP has used a number of underscore separated tokens over time, sadly this is against convention and the scss linter defaults to selectortype: hyphenated_lowercase
Although we can avoid the use of these few token strings when they arise it can be a nuisance to especially when needing to override BP default styles that have used them.
I have added the Ignored_names
line to the lint check block to use for these rare occurrences as we can't change or remove them from core templates safely and added the single use case I have at present.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 9971: