]> cat aescling's git repositories - mastodon.git/blob - .sass-lint.yml
Fix edit media modal on small screens, touch events (#11573)
[mastodon.git] / .sass-lint.yml
1 # Linter Documentation:
2 # https://github.com/sasstools/sass-lint/tree/v1.13.1/docs/options
3
4 files:
5 include: app/javascript/styles/**/*.scss
6 ignore:
7 - app/javascript/styles/mastodon/reset.scss
8
9 rules:
10 # Disallows
11 no-color-literals: 0
12 no-css-comments: 0
13 no-duplicate-properties: 0
14 no-ids: 0
15 no-important: 0
16 no-mergeable-selectors: 0
17 no-misspelled-properties: 0
18 no-qualifying-elements: 0
19 no-transition-all: 0
20 no-vendor-prefixes: 0
21
22 # Nesting
23 force-element-nesting: 0
24 force-attribute-nesting: 0
25 force-pseudo-nesting: 0
26
27 # Name Formats
28 class-name-format: 0
29 leading-zero: 0
30
31 # Style Guide
32 attribute-quotes: 0
33 hex-length: 0
34 indentation: 0
35 nesting-depth: 0
36 property-sort-order: 0
37 quotes: 0
This page took 0.073981 seconds and 4 git commands to generate.