chore(sass): Allow camel case class names
This commit is contained in:
Родитель
ce0c362205
Коммит
94ba9686ae
|
@ -4,8 +4,8 @@ options:
|
|||
files:
|
||||
include: 'system-addon/content-src/**/*.scss'
|
||||
|
||||
|
||||
rules:
|
||||
class-name-format: [{convention: ["hyphenatedlowercase", "camelcase"]}]
|
||||
extends-before-declarations: 2
|
||||
extends-before-mixins: 2
|
||||
force-element-nesting: 0
|
||||
|
@ -23,4 +23,3 @@ rules:
|
|||
no-warn: 1
|
||||
placeholder-in-extend: 2
|
||||
property-sort-order: 0
|
||||
|
||||
|
|
|
@ -71,7 +71,6 @@
|
|||
|
||||
@at-root {
|
||||
// Adjust the style of the contentSearchUI-generated table
|
||||
// sass-lint:disable-block class-name-format
|
||||
.contentSearchSuggestionTable {
|
||||
background-color: var(--newtab-search-dropdown-color);
|
||||
border: 0;
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
background-image: url('#{$image-path}glyph-pocket-16.svg');
|
||||
}
|
||||
|
||||
&.icon-historyItem { // sass-lint:disable-line class-name-format
|
||||
&.icon-historyItem {
|
||||
background-image: url('#{$image-path}glyph-historyItem-16.svg');
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче