Bug 1824490 - Use the end page value rather than the start page value of the previous...
[gecko.git] / browser / components / newtab / .sass-lint.yml
blobbb7a68d3ebc636fbe22610c5b76d3881a58e14e1
1 options:
2   merge-default-rules: true
3   max-warnings: 0
5 files:
6   include: 'content-src/**/*.scss'
8 rules:
9   class-name-format: 0
10   extends-before-declarations: 2
11   extends-before-mixins: 2
12   force-element-nesting: 0
13   force-pseudo-nesting: 0
14   hex-notation: [2, {style: uppercase}]
15   indentation: [2, {size: 2}]
16   leading-zero: [2, {include: true}]
17   mixins-before-declarations: [2, {exclude: [breakpoint, mq]}]
18   nesting-depth: [2, {max-depth: 4}]
19   no-debug: 1
20   no-disallowed-properties: [1, {properties: [margin-left, margin-right, text-transform]}]
21   no-duplicate-properties: 2
22   no-misspelled-properties: [2, {extra-properties: [-moz-context-properties]}]
23   no-url-domains: 0
24   no-vendor-prefixes: 0
25   no-warn: 1
26   placeholder-in-extend: 2
27   property-sort-order: 0