summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/.sass-lint.yml
blob: bb7a68d3ebc636fbe22610c5b76d3881a58e14e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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