diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /browser/components/newtab/.sass-lint.yml | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/components/newtab/.sass-lint.yml')
-rw-r--r-- | browser/components/newtab/.sass-lint.yml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/browser/components/newtab/.sass-lint.yml b/browser/components/newtab/.sass-lint.yml new file mode 100644 index 0000000000..bb7a68d3eb --- /dev/null +++ b/browser/components/newtab/.sass-lint.yml @@ -0,0 +1,27 @@ +options: + merge-default-rules: true + max-warnings: 0 + +files: + include: 'content-src/**/*.scss' + +rules: + class-name-format: 0 + extends-before-declarations: 2 + extends-before-mixins: 2 + force-element-nesting: 0 + force-pseudo-nesting: 0 + hex-notation: [2, {style: uppercase}] + indentation: [2, {size: 2}] + leading-zero: [2, {include: true}] + mixins-before-declarations: [2, {exclude: [breakpoint, mq]}] + nesting-depth: [2, {max-depth: 4}] + no-debug: 1 + no-disallowed-properties: [1, {properties: [margin-left, margin-right, text-transform]}] + no-duplicate-properties: 2 + no-misspelled-properties: [2, {extra-properties: [-moz-context-properties]}] + no-url-domains: 0 + no-vendor-prefixes: 0 + no-warn: 1 + placeholder-in-extend: 2 + property-sort-order: 0 |