Skip to content

Instantly share code, notes, and snippets.

@zeke
Created December 13, 2017 18:04
Show Gist options
  • Save zeke/bb7abcdab4a95ac702d4486cb6d65d42 to your computer and use it in GitHub Desktop.
Save zeke/bb7abcdab4a95ac702d4486cb6d65d42 to your computer and use it in GitHub Desktop.
$ npm i -g sass-lint
$ cd electronjs.org
$ sass-lint 'styles/*.scss' -v
styles/_app.scss
17:3 warning Expected `height`, found `max-width` property-sort-order
18:3 warning Expected `max-width`, found `height` property-sort-order
22:3 warning Expected `color`, found `margin` property-sort-order
23:3 warning Expected `font-size`, found `color` property-sort-order
24:3 warning Expected `line-height`, found `font-size` property-sort-order
25:3 warning Expected `margin`, found `line-height` property-sort-order
29:3 warning Expected `font-size`, found `margin` property-sort-order
29:11 warning Property `margin` should be written more concisely as `.3em 0 0` instead of `.3em 0 0 0` shorthand-values
30:3 warning Expected `font-weight`, found `font-size` property-sort-order
31:3 warning Expected `line-height`, found `font-weight` property-sort-order
32:3 warning Expected `margin`, found `line-height` property-sort-order
36:11 warning Property `margin` should be written more concisely as `3rem 0 0` instead of `3rem 0 0 0` shorthand-values
48:3 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
49:5 warning Expected `color`, found `padding-right` property-sort-order
50:5 warning Expected `padding-right`, found `white-space` property-sort-order
52:5 warning Expected `white-space`, found `color` property-sort-order
54:1 warning Space expected between blocks empty-line-between-blocks
54:3 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
55:5 warning Expected `border-bottom`, found `word-break` property-sort-order
56:5 warning Expected `word-break`, found `border-bottom` property-sort-order
58:1 warning Space expected between blocks empty-line-between-blocks
58:3 warning Type-selector should be nested within its parent Pseudo-class force-element-nesting
58:3 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
59:20 warning A value of `none` is not allowed. `0` must be used border-zero
64:3 warning Expected `background-color`, found `padding` property-sort-order
64:12 warning Don't include leading zeros on numbers leading-zero
64:18 warning Don't include leading zeros on numbers leading-zero
65:3 warning Expected `border-radius`, found `font-size` property-sort-order
65:14 warning Don't include leading zeros on numbers leading-zero
66:3 warning Expected `font-size`, found `border-radius` property-sort-order
67:3 warning Expected `padding`, found `background-color` property-sort-order
68:1 warning Space expected between blocks empty-line-between-blocks
69:5 warning Expected `background-color`, found `text-decoration` property-sort-order
70:5 warning Expected `text-decoration`, found `background-color` property-sort-order
75:3 warning Expected `color`, found `margin-left` property-sort-order
76:3 warning Expected `margin-left`, found `color` property-sort-order
80:3 warning Expected `border`, found `display` property-sort-order
81:3 warning Expected `border-radius`, found `padding` property-sort-order
81:12 warning Don't include leading zeros on numbers leading-zero
82:3 warning Expected `display`, found `border-radius` property-sort-order
83:3 warning Expected `line-height`, found `margin` property-sort-order
84:3 warning Expected `margin`, found `line-height` property-sort-order
85:3 warning Expected `padding`, found `border` property-sort-order
85:11 warning A value of `none` is not allowed. `0` must be used border-zero
86:1 warning Space expected between blocks empty-line-between-blocks
87:5 warning Expected `border-color`, found `text-decoration` property-sort-order
88:5 warning Expected `text-decoration`, found `border-color` property-sort-order
102:3 warning Expected `border`, found `padding` property-sort-order
103:3 warning Expected `border-radius`, found `border` property-sort-order
104:3 warning Expected `padding`, found `border-radius` property-sort-order
114:3 warning Expected `margin`, found `padding` property-sort-order
115:3 warning Expected `padding`, found `margin` property-sort-order
133:1 warning Space expected between blocks empty-line-between-blocks
136:1 warning Space expected between blocks empty-line-between-blocks
146:1 warning Files must end with a new line final-newline
styles/_base.scss
2:3 warning Expected `background-color`, found `display` property-sort-order
3:3 warning Expected `display`, found `flex-direction` property-sort-order
4:3 warning Expected `flex-direction`, found `min-height` property-sort-order
5:3 warning Expected `font-size`, found `background-color` property-sort-order
6:3 warning Expected `min-height`, found `font-size` property-sort-order
16:3 warning Commas should be followed by a space space-after-comma
16:4 warning Selectors must be placed on new lines single-line-per-selector
16:6 warning Commas should be followed by a space space-after-comma
16:7 warning Selectors must be placed on new lines single-line-per-selector
16:9 warning Commas should be followed by a space space-after-comma
16:10 warning Selectors must be placed on new lines single-line-per-selector
16:12 warning Commas should be followed by a space space-after-comma
16:13 warning Selectors must be placed on new lines single-line-per-selector
16:15 warning Commas should be followed by a space space-after-comma
16:16 warning Selectors must be placed on new lines single-line-per-selector
24:25 warning !important not allowed no-important
25:26 warning !important not allowed no-important
27:27 warning !important not allowed no-important
28:28 warning !important not allowed no-important
36:1 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
41:3 warning Expected `color`, found `margin-bottom` property-sort-order
42:3 warning Expected `margin-bottom`, found `color` property-sort-order
46:19 warning !important not allowed no-important
49:64 warning !important not allowed no-important
50:64 warning !important not allowed no-important
51:64 warning !important not allowed no-important
53:24 warning Vendor prefixes should not be used no-vendor-prefixes
54:6 warning Expected `-webkit-font-smoothing`, found `font-weight` property-sort-order
54:24 warning Only one declaration allowed per line one-declaration-per-line
54:24 warning Expected `font-weight`, found `-webkit-font-smoothing` property-sort-order
54:24 warning Vendor prefixes should not be used no-vendor-prefixes
55:6 warning Expected `-webkit-font-smoothing`, found `font-weight` property-sort-order
55:24 warning Vendor prefixes should not be used no-vendor-prefixes
55:24 warning Only one declaration allowed per line one-declaration-per-line
55:24 warning Expected `font-weight`, found `-webkit-font-smoothing` property-sort-order
60:1 warning Rule `h2` should be merged with the rule on line 54 no-mergeable-selectors
66:2 warning Mixed tabs and spaces indentation
67:2 warning Mixed tabs and spaces indentation
67:22 warning Don't include leading zeros on numbers leading-zero
70:1 warning Attribute-selector should be nested within its parent Type-selector force-attribute-nesting
70:4 warning Qualifying elements are not allowed for attribute selectors no-qualifying-elements
71:2 warning Mixed tabs and spaces indentation
75:3 warning Expected `opacity`, found `transition` property-sort-order
75:23 warning Don't include leading zeros on numbers leading-zero
76:3 warning Expected `transition`, found `opacity` property-sort-order
83:29 warning Expected `-webkit-font-smoothing`, found `font-weight` property-sort-order
83:47 warning Only one declaration allowed per line one-declaration-per-line
83:47 warning Vendor prefixes should not be used no-vendor-prefixes
83:47 warning Expected `font-weight`, found `-webkit-font-smoothing` property-sort-order
84:8 warning Expected `-webkit-font-smoothing`, found `margin-top` property-sort-order
84:29 warning Only one declaration allowed per line one-declaration-per-line
84:29 warning Expected `border-bottom`, found `font-weight` property-sort-order
84:47 warning Only one declaration allowed per line one-declaration-per-line
84:47 warning Vendor prefixes should not be used no-vendor-prefixes
84:47 warning Expected `font-weight`, found `-webkit-font-smoothing` property-sort-order
84:80 warning Only one declaration allowed per line one-declaration-per-line
84:80 warning Expected `margin-top`, found `border-bottom` property-sort-order
85:8 warning Expected `-webkit-font-smoothing`, found `margin-top` property-sort-order
85:29 warning Only one declaration allowed per line one-declaration-per-line
85:47 warning Only one declaration allowed per line one-declaration-per-line
85:47 warning Expected `margin-top`, found `-webkit-font-smoothing` property-sort-order
85:47 warning Vendor prefixes should not be used no-vendor-prefixes
86:8 warning Expected `font-weight`, found `margin-top` property-sort-order
86:29 warning Expected `margin-top`, found `font-weight` property-sort-order
86:29 warning Only one declaration allowed per line one-declaration-per-line
90:3 warning Type-selector should be nested within its parent Class force-element-nesting
91:3 warning Rule `.strong-headers h1` should be merged with the rule on line 83 no-mergeable-selectors
96:3 warning Expected `height`, found `position` property-sort-order
97:3 warning Expected `margin-bottom`, found `max-width` property-sort-order
98:3 warning Expected `max-width`, found `height` property-sort-order
99:3 warning Expected `overflow`, found `padding-bottom` property-sort-order
100:3 warning Expected `padding-bottom`, found `overflow` property-sort-order
101:3 warning Expected `position`, found `margin-bottom` property-sort-order
106:5 warning Expected `height`, found `position` property-sort-order
107:5 warning Expected `left`, found `top` property-sort-order
108:5 warning Expected `position`, found `left` property-sort-order
109:5 warning Expected `top`, found `width` property-sort-order
110:5 warning Expected `width`, found `height` property-sort-order
styles/_basecoat-buttons.scss
6:1 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
7:1 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
styles/_basecoat-code.scss
6:3 warning Expected `background-color`, found `color` property-sort-order
7:3 warning Expected `color`, found `background-color` property-sort-order
20:1 warning Class should be nested within its parent Type-selector force-element-nesting
20:5 warning Qualifying elements are not allowed for class selectors no-qualifying-elements
21:3 warning Expected `border-radius`, found `font-family` property-sort-order
22:3 warning Expected `font-family`, found `padding` property-sort-order
23:3 warning Expected `line-height`, found `border-radius` property-sort-order
24:3 warning Expected `padding`, found `line-height` property-sort-order
26:4 warning Pseudo-elements must start with double colons pseudo-element
27:14 warning Strings must use single quotes quotes
28:14 warning Don't include leading zeros on numbers leading-zero
30:1 warning Files must end with a new line final-newline
styles/_basecoat-footer.scss
3:3 warning Expected `background`, found `margin-top` property-sort-order
5:3 warning Expected `margin-top`, found `background` property-sort-order
8:1 warning Type-selector should be nested within its parent Class force-element-nesting
10:1 warning Space expected between blocks empty-line-between-blocks
15:14 warning No trailing whitespace allowed no-trailing-whitespace
23:5 warning Expected `border`, found `text-decoration` property-sort-order
23:27 warning !important not allowed no-important
24:5 warning Expected `font-size`, found `border` property-sort-order
24:13 warning A value of `none` is not allowed. `0` must be used border-zero
24:18 warning !important not allowed no-important
25:5 warning Expected `text-decoration`, found `font-size` property-sort-order
styles/_basecoat-icons.scss
6:3 warning Class should be nested within its parent Pseudo-class force-element-nesting
11:3 warning Class should be nested within its parent Pseudo-class force-element-nesting
26:3 warning Expected `background-color`, found `color` property-sort-order
27:3 warning Expected `border`, found `background-color` property-sort-order
28:3 warning Expected `color`, found `border` property-sort-order
28:41 warning Color literals such as '#fff' should not be passed to functions, use variables no-color-literals
styles/_basecoat-navigation.scss
5:3 warning Expected `-webkit-font-smoothing`, found `color` property-sort-order
8:3 warning Expected `color`, found `-webkit-font-smoothing` property-sort-order
8:3 warning Vendor prefixes should not be used no-vendor-prefixes
18:1 warning Type-selector should be nested within its parent Class force-element-nesting
20:3 warning The keyword `all` should not be used with the property `transition` no-transition-all
20:19 warning Don't include leading zeros on numbers leading-zero
21:1 warning Space expected between blocks empty-line-between-blocks
25:1 warning Space expected between blocks empty-line-between-blocks
31:3 warning Expected `line-height`, found `margin-top` property-sort-order
32:3 warning Expected `margin-top`, found `min-height` property-sort-order
33:3 warning Expected `min-height`, found `line-height` property-sort-order
45:3 warning Expected `border-bottom`, found `font-size` property-sort-order
46:3 warning Expected `font-size`, found `border-bottom` property-sort-order
48:13 warning Selectors must be placed on new lines single-line-per-selector
48:23 warning Selectors must be placed on new lines single-line-per-selector
55:5 warning Expected `font-size`, found `padding` property-sort-order
56:5 warning Expected `line-height`, found `opacity` property-sort-order
56:14 warning Don't include leading zeros on numbers leading-zero
57:5 warning Expected `opacity`, found `font-size` property-sort-order
58:5 warning Expected `padding`, found `line-height` property-sort-order
62:13 warning A value of `none` is not allowed. `0` must be used border-zero
62:18 warning !important not allowed no-important
68:3 warning Expected `height`, found `width` property-sort-order
69:3 warning Expected `margin-right`, found `height` property-sort-order
70:3 warning Expected `margin-top`, found `vertical-align` property-sort-order
71:3 warning Expected `vertical-align`, found `margin-top` property-sort-order
72:3 warning Expected `width`, found `margin-right` property-sort-order
72:17 warning Don't include leading zeros on numbers leading-zero
77:1 warning Space expected between blocks empty-line-between-blocks
79:5 warning Expected `stroke-linecap`, found `stroke-width` property-sort-order
80:5 warning Expected `stroke-width`, found `stroke-linecap` property-sort-order
89:1 warning Space expected between blocks empty-line-between-blocks
95:1 warning Rule `.site-header-nav` should be merged with the rule on line 30 no-mergeable-selectors
styles/_basecoat-page-headers.scss
5:3 warning Expected `-webkit-font-smoothing`, found `color` property-sort-order
7:3 warning Vendor prefixes should not be used no-vendor-prefixes
7:3 warning Expected `color`, found `-webkit-font-smoothing` property-sort-order
11:1 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
11:11 warning Pseudo-elements must start with double colons pseudo-element
39:3 warning Expected `background-color`, found `position` property-sort-order
40:3 warning Expected `border`, found `text-align` property-sort-order
41:3 warning Expected `padding`, found `border` property-sort-order
42:3 warning Expected `position`, found `background-color` property-sort-order
44:3 warning Expected `text-align`, found `padding` property-sort-order
51:5 warning Expected `font-size`, found `margin` property-sort-order
51:13 warning Property `margin` should be written more concisely as `0 0 .3em` instead of `0 0 .3em 0` shorthand-values
52:5 warning Expected `margin`, found `font-size` property-sort-order
61:1 warning Files must end with a new line final-newline
styles/_basecoat-section.scss
25:1 warning Type-selector should be nested within its parent Class force-element-nesting
37:1 warning Space expected between blocks empty-line-between-blocks
46:3 warning Expected `background`, found `min-height` property-sort-order
48:3 warning Expected `min-height`, found `background` property-sort-order
styles/_basecoat-tables.scss
1:1 warning Type-selector should be nested within its parent Class force-element-nesting
3:1 warning Space expected between blocks empty-line-between-blocks
4:20 warning A value of `none` is not allowed. `0` must be used border-zero
12:1 warning Type-selector should be nested within its parent Class force-element-nesting
12:18 warning Type-selector should be nested within its parent Class force-element-nesting
12:18 warning Selectors must be placed on new lines single-line-per-selector
13:3 warning Expected `font-size`, found `padding` property-sort-order
15:3 warning Expected `padding`, found `text-align` property-sort-order
16:3 warning Expected `text-align`, found `font-size` property-sort-order
19:1 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
19:1 warning Type-selector should be nested within its parent Class force-element-nesting
20:1 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
20:1 warning Type-selector should be nested within its parent Class force-element-nesting
styles/_blog.scss
13:1 warning Space expected between blocks empty-line-between-blocks
14:5 warning Expected `color`, found `text-decoration` property-sort-order
15:5 warning Expected `text-decoration`, found `color` property-sort-order
32:5 warning Expected `border-radius`, found `position` property-sort-order
33:5 warning Expected `height`, found `top` property-sort-order
34:5 warning Expected `position`, found `border-radius` property-sort-order
35:5 warning Expected `top`, found `height` property-sort-order
50:5 warning Expected `color`, found `display` property-sort-order
51:5 warning Expected `display`, found `margin-bottom` property-sort-order
52:5 warning Expected `margin-bottom`, found `color` property-sort-order
59:5 warning Expected `background-color`, found `border` property-sort-order
60:5 warning Expected `border`, found `border-radius` property-sort-order
61:5 warning Expected `border-radius`, found `padding` property-sort-order
62:5 warning Expected `padding`, found `background-color` property-sort-order
65:3 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
71:1 warning Space expected between blocks empty-line-between-blocks
76:3 warning Type-selector should be nested within its parent Type-selector force-element-nesting
81:5 warning Expected `font-weight`, found `text-align` property-sort-order
82:5 warning Expected `padding-left`, found `font-weight` property-sort-order
83:5 warning Expected `text-align`, found `padding-left` property-sort-order
87:5 warning Expected `margin-bottom`, found `margin-top` property-sort-order
88:5 warning Expected `margin-top`, found `margin-bottom` property-sort-order
97:3 warning Expected `color`, found `text-align` property-sort-order
98:3 warning Expected `font-size`, found `padding` property-sort-order
99:3 warning Expected `padding`, found `font-size` property-sort-order
100:3 warning Expected `text-align`, found `color` property-sort-order
101:1 warning Space expected between blocks empty-line-between-blocks
104:1 warning Files must end with a new line final-newline
styles/_devtron.scss
6:3 warning Class should be nested within its parent Class force-element-nesting
10:3 warning Type-selector should be nested within its parent Type-selector force-element-nesting
12:14 warning Color literals such as '#98c379' should only be used in variable declarations no-color-literals
styles/_docs.scss
5:3 warning Expected `-webkit-font-smoothing`, found `display` property-sort-order
6:3 warning Expected `border`, found `padding` property-sort-order
7:3 warning Expected `border-radius`, found `vertical-align` property-sort-order
8:3 warning Expected `color`, found `font-size` property-sort-order
9:3 warning Expected `display`, found `font-weight` property-sort-order
10:3 warning Vendor prefixes should not be used no-vendor-prefixes
10:3 warning Expected `font-size`, found `-webkit-font-smoothing` property-sort-order
11:3 warning Expected `font-weight`, found `color` property-sort-order
12:3 warning Expected `padding`, found `border` property-sort-order
13:3 warning Expected `vertical-align`, found `border-radius` property-sort-order
17:3 warning Expected `color`, found `margin` property-sort-order
18:3 warning Expected `font-weight`, found `color` property-sort-order
19:3 warning Expected `margin`, found `font-weight` property-sort-order
20:1 warning Space expected between blocks empty-line-between-blocks
23:1 warning Space expected between blocks empty-line-between-blocks
34:28 warning Color literals such as '#eee' should only be used in variable declarations no-color-literals
38:5 warning Expected `-webkit-font-smoothing`, found `font-weight` property-sort-order
39:5 warning Vendor prefixes should not be used no-vendor-prefixes
39:5 warning Expected `font-weight`, found `-webkit-font-smoothing` property-sort-order
44:3 warning Expected `list-style-type`, found `margin-left` property-sort-order
45:3 warning Expected `margin-left`, found `list-style-type` property-sort-order
48:1 warning Class should be nested within its parent Class force-element-nesting
53:1 warning Space expected between blocks empty-line-between-blocks
59:3 warning Expected `background-color`, found `margin` property-sort-order
60:3 warning Expected `color`, found `list-style` property-sort-order
61:3 warning Expected `list-style`, found `position` property-sort-order
62:3 warning Expected `margin`, found `text-align` property-sort-order
63:3 warning Expected `position`, found `color` property-sort-order
64:3 warning Expected `text-align`, found `background-color` property-sort-order
66:5 warning Expected `background-color`, found `position` property-sort-order
67:5 warning Expected `position`, found `right` property-sort-order
68:5 warning Expected `right`, found `text-align` property-sort-order
69:5 warning Expected `text-align`, found `background-color` property-sort-order
71:1 warning Space expected between blocks empty-line-between-blocks
74:3 warning Expected `font-size`, found `padding` property-sort-order
75:3 warning Expected `font-weight`, found `margin-bottom` property-sort-order
76:3 warning Expected `margin-bottom`, found `font-size` property-sort-order
77:3 warning Expected `padding`, found `font-weight` property-sort-order
84:1 warning Type-selector should be nested within its parent Type-selector force-element-nesting
84:1 warning Type-selector should be nested within its parent Class force-element-nesting
85:1 warning Type-selector should be nested within its parent Class force-element-nesting
86:1 warning Type-selector should be nested within its parent Type-selector force-element-nesting
86:1 warning Type-selector should be nested within its parent Class force-element-nesting
87:1 warning Type-selector should be nested within its parent Class force-element-nesting
88:1 warning Class should be nested within its parent Class force-element-nesting
89:5 warning Expected `background-color`, found `padding` property-sort-order
89:5 warning Expected indentation of 2 space but found 4 indentation
90:5 warning Expected `border-radius`, found `vertical-align` property-sort-order
90:5 warning Expected indentation of 2 space but found 4 indentation
91:5 warning Expected `color`, found `font-size` property-sort-order
91:5 warning Expected indentation of 2 space but found 4 indentation
92:5 warning Expected `font-size`, found `font-weight` property-sort-order
92:5 warning Expected indentation of 2 space but found 4 indentation
93:5 warning Expected indentation of 2 space but found 4 indentation
94:5 warning Expected `font-weight`, found `color` property-sort-order
94:5 warning Expected indentation of 2 space but found 4 indentation
95:5 warning Expected `padding`, found `border-radius` property-sort-order
95:5 warning Expected indentation of 2 space but found 4 indentation
96:5 warning Expected indentation of 2 space but found 4 indentation
96:5 warning Expected `vertical-align`, found `background-color` property-sort-order
100:1 warning Type-selector should be nested within its parent Class force-element-nesting
100:1 warning Type-selector should be nested within its parent Type-selector force-element-nesting
101:3 warning Expected `background-color`, found `padding` property-sort-order
102:3 warning Expected `border-radius`, found `vertical-align` property-sort-order
103:3 warning Expected `color`, found `font-size` property-sort-order
104:3 warning Expected `font-size`, found `font-weight` property-sort-order
105:3 warning Expected `font-style`, found `text-transform` property-sort-order
106:3 warning Expected `font-weight`, found `font-style` property-sort-order
107:3 warning Expected `padding`, found `color` property-sort-order
108:3 warning Expected `text-transform`, found `border-radius` property-sort-order
109:3 warning Expected `vertical-align`, found `background-color` property-sort-order
112:1 warning Type-selector should be nested within its parent Class force-element-nesting
114:5 warning Expected `padding`, found `text-align` property-sort-order
115:5 warning Expected `text-align`, found `padding` property-sort-order
123:7 warning Expected `font-size`, found `padding` property-sort-order
125:7 warning Expected `padding`, found `font-size` property-sort-order
129:3 warning Declarations should come before nestings declarations-before-nesting
132:1 warning Type-selector should be nested within its parent Class force-element-nesting
132:1 warning Type-selector should be nested within its parent Type-selector force-element-nesting
133:1 warning Type-selector should be nested within its parent Class force-element-nesting
133:1 warning Type-selector should be nested within its parent Type-selector force-element-nesting
135:1 warning Files must end with a new line final-newline
styles/_hero.scss
5:3 warning Expected `animation`, found `margin` property-sort-order
7:3 warning Expected `margin`, found `max-width` property-sort-order
9:3 warning Expected `max-width`, found `animation` property-sort-order
12:5 warning Expected indentation of 2 space but found 4 indentation
12:22 warning Only one declaration allowed per line one-declaration-per-line
13:22 warning Only one declaration allowed per line one-declaration-per-line
18:3 warning Expected `animation`, found `transform-origin` property-sort-order
19:3 warning Expected `transform-origin`, found `animation` property-sort-order
19:56 warning Don't include trailing zeros on numbers no-trailing-zero
19:61 warning Don't include trailing zeros on numbers no-trailing-zero
19:66 warning Don't include trailing zeros on numbers no-trailing-zero
19:71 warning Don't include trailing zeros on numbers no-trailing-zero
41:1 warning Class should be nested within its parent Class force-element-nesting
41:22 warning Expected `opacity`, found `transform` property-sort-order
41:57 warning Only one declaration allowed per line one-declaration-per-line
41:57 warning Expected `transform`, found `opacity` property-sort-order
42:1 warning Class should be nested within its parent Class force-element-nesting
43:1 warning Class should be nested within its parent Class force-element-nesting
44:1 warning Class should be nested within its parent Class force-element-nesting
45:1 warning Class should be nested within its parent Class force-element-nesting
46:1 warning Class should be nested within its parent Class force-element-nesting
46:22 warning Expected `opacity`, found `transform` property-sort-order
46:71 warning Only one declaration allowed per line one-declaration-per-line
46:71 warning Expected `transform`, found `opacity` property-sort-order
47:1 warning Class should be nested within its parent Class force-element-nesting
48:1 warning Class should be nested within its parent Class force-element-nesting
49:1 warning Class should be nested within its parent Class force-element-nesting
50:1 warning Class should be nested within its parent Class force-element-nesting
50:22 warning Expected `opacity`, found `transform` property-sort-order
50:56 warning Only one declaration allowed per line one-declaration-per-line
50:56 warning Expected `transform`, found `opacity` property-sort-order
57:70 warning Don't include trailing zeros on numbers no-trailing-zero
57:78 warning Don't include trailing zeros on numbers no-trailing-zero
58:16 warning Expected indentation of 4 spaces but found 15 indentation
80:23 warning Don't include leading zeros on numbers leading-zero
82:20 warning Don't include leading zeros on numbers leading-zero
85:5 warning Expected indentation of 2 space but found 4 indentation
85:10 warning Expected `animation-timing-function`, found `transform` property-sort-order
85:51 warning Only one declaration allowed per line one-declaration-per-line
85:79 warning Only one declaration allowed per line one-declaration-per-line
85:79 warning Expected `transform`, found `animation-timing-function` property-sort-order
85:121 warning Commas should be followed by a space space-after-comma
85:124 warning Commas should be followed by a space space-after-comma
85:127 warning Commas should be followed by a space space-after-comma
86:4 warning Expected indentation of 2 space but found 3 indentation
86:10 warning Expected `animation-timing-function`, found `transform` property-sort-order
86:79 warning Expected `transform`, found `animation-timing-function` property-sort-order
86:79 warning Only one declaration allowed per line one-declaration-per-line
86:121 warning Commas should be followed by a space space-after-comma
86:124 warning Commas should be followed by a space space-after-comma
86:127 warning Commas should be followed by a space space-after-comma
87:10 warning Expected `opacity`, found `transform` property-sort-order
87:32 warning No space allowed at beginning of parenthesis space-between-parens
87:33 warning No unit allowed for values of 0 zero-unit
87:51 warning Only one declaration allowed per line one-declaration-per-line
87:51 warning Expected `transform`, found `opacity` property-sort-order
90:5 warning Expected indentation of 2 space but found 4 indentation
90:10 warning Expected `animation-timing-function`, found `transform` property-sort-order
90:51 warning Only one declaration allowed per line one-declaration-per-line
90:79 warning Only one declaration allowed per line one-declaration-per-line
90:79 warning Expected `transform`, found `animation-timing-function` property-sort-order
90:121 warning Commas should be followed by a space space-after-comma
90:124 warning Commas should be followed by a space space-after-comma
90:127 warning Commas should be followed by a space space-after-comma
91:4 warning Expected indentation of 2 space but found 3 indentation
91:10 warning Expected `animation-timing-function`, found `transform` property-sort-order
91:79 warning Expected `transform`, found `animation-timing-function` property-sort-order
91:79 warning Only one declaration allowed per line one-declaration-per-line
91:121 warning Commas should be followed by a space space-after-comma
91:124 warning Commas should be followed by a space space-after-comma
91:127 warning Commas should be followed by a space space-after-comma
92:10 warning Expected `opacity`, found `transform` property-sort-order
92:32 warning No space allowed at beginning of parenthesis space-between-parens
92:34 warning No unit allowed for values of 0 zero-unit
92:51 warning Expected `transform`, found `opacity` property-sort-order
92:51 warning Only one declaration allowed per line one-declaration-per-line
98:15 warning No space allowed at beginning of parenthesis space-between-parens
98:67 warning No space allowed at end of parenthesis space-between-parens
114:2 warning Vendor prefixes should not be used no-vendor-prefixes
115:3 warning Class should be nested within its parent Class force-element-nesting
116:3 warning Class should be nested within its parent Class force-element-nesting
117:3 warning Class should be nested within its parent Class force-element-nesting
118:3 warning Class should be nested within its parent Class force-element-nesting
119:3 warning Class should be nested within its parent Class force-element-nesting
120:3 warning Class should be nested within its parent Class force-element-nesting
128:12 warning Vendor prefixes should not be used no-vendor-prefixes
128:27 warning Space expected after `:` space-after-colon
130:5 warning Expected `animation`, found `opacity` property-sort-order
130:16 warning !important not allowed no-important
131:5 warning Expected `opacity`, found `animation` property-sort-order
131:21 warning !important not allowed no-important
132:21 warning !important not allowed no-important
styles/_highlight.scss
1:1 warning Class should be nested within its parent Class force-element-nesting
1:37 warning Hex values should use the shorthand format - 3 characters where possible hex-length
1:37 warning Trailing semicolons required trailing-semicolon
1:37 warning Color literals such as '#ffffcc' should only be used in variable declarations no-color-literals
2:1 warning Class should be nested within its parent Class force-element-nesting
2:24 warning Hex values should use the shorthand format - 3 characters where possible hex-length
2:24 warning Color literals such as '#999988' should only be used in variable declarations no-color-literals
2:33 warning Only one declaration allowed per line one-declaration-per-line
2:45 warning Trailing semicolons required trailing-semicolon
2:54 warning Multiline style comments should not be used no-css-comments
3:1 warning Class should be nested within its parent Class force-element-nesting
3:19 warning Expected `background-color`, found `color` property-sort-order
3:26 warning Color literals such as '#a61717' should only be used in variable declarations no-color-literals
3:35 warning Expected `color`, found `background-color` property-sort-order
3:35 warning Only one declaration allowed per line one-declaration-per-line
3:53 warning Color literals such as '#e3d2d2' should only be used in variable declarations no-color-literals
3:53 warning Trailing semicolons required trailing-semicolon
3:63 warning Multiline style comments should not be used no-css-comments
4:1 warning Class should be nested within its parent Class force-element-nesting
4:24 warning Hex values should use the shorthand format - 3 characters where possible hex-length
4:24 warning Color literals such as '#000000' should only be used in variable declarations no-color-literals
4:33 warning Only one declaration allowed per line one-declaration-per-line
4:46 warning Trailing semicolons required trailing-semicolon
4:53 warning Multiline style comments should not be used no-css-comments
6:1 warning Class should be nested within its parent Class force-element-nesting
6:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
6:25 warning Color literals such as '#999988' should only be used in variable declarations no-color-literals
6:34 warning Only one declaration allowed per line one-declaration-per-line
6:46 warning Trailing semicolons required trailing-semicolon
6:55 warning Multiline style comments should not be used no-css-comments
7:1 warning Class should be nested within its parent Class force-element-nesting
7:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
7:25 warning Color literals such as '#999999' should only be used in variable declarations no-color-literals
7:34 warning Only one declaration allowed per line one-declaration-per-line
7:34 warning Expected `font-style`, found `font-weight` property-sort-order
7:53 warning Expected `font-weight`, found `font-style` property-sort-order
7:53 warning Only one declaration allowed per line one-declaration-per-line
7:65 warning Trailing semicolons required trailing-semicolon
7:74 warning Multiline style comments should not be used no-css-comments
8:1 warning Class should be nested within its parent Class force-element-nesting
8:25 warning Color literals such as '#999988' should only be used in variable declarations no-color-literals
8:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
8:34 warning Only one declaration allowed per line one-declaration-per-line
8:46 warning Trailing semicolons required trailing-semicolon
8:55 warning Multiline style comments should not be used no-css-comments
9:1 warning Class should be nested within its parent Class force-element-nesting
9:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
9:25 warning Color literals such as '#999999' should only be used in variable declarations no-color-literals
9:34 warning Only one declaration allowed per line one-declaration-per-line
9:34 warning Expected `font-style`, found `font-weight` property-sort-order
9:53 warning Expected `font-weight`, found `font-style` property-sort-order
9:53 warning Only one declaration allowed per line one-declaration-per-line
9:65 warning Trailing semicolons required trailing-semicolon
9:74 warning Multiline style comments should not be used no-css-comments
10:1 warning Class should be nested within its parent Class force-element-nesting
10:18 warning Expected `background-color`, found `color` property-sort-order
10:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
10:25 warning Color literals such as '#000000' should only be used in variable declarations no-color-literals
10:34 warning Only one declaration allowed per line one-declaration-per-line
10:34 warning Expected `color`, found `background-color` property-sort-order
10:52 warning Color literals such as '#ffdddd' should only be used in variable declarations no-color-literals
10:52 warning Hex values should use the shorthand format - 3 characters where possible hex-length
10:52 warning Trailing semicolons required trailing-semicolon
10:62 warning Multiline style comments should not be used no-css-comments
11:1 warning Class should be nested within its parent Class force-element-nesting
11:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
11:25 warning Color literals such as '#000000' should only be used in variable declarations no-color-literals
11:34 warning Only one declaration allowed per line one-declaration-per-line
11:46 warning Trailing semicolons required trailing-semicolon
11:55 warning Multiline style comments should not be used no-css-comments
12:1 warning Class should be nested within its parent Class force-element-nesting
12:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
12:25 warning Trailing semicolons required trailing-semicolon
12:25 warning Color literals such as '#aa0000' should only be used in variable declarations no-color-literals
12:35 warning Multiline style comments should not be used no-css-comments
13:1 warning Class should be nested within its parent Class force-element-nesting
13:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
13:25 warning Color literals such as '#999999' should only be used in variable declarations no-color-literals
13:25 warning Trailing semicolons required trailing-semicolon
13:35 warning Multiline style comments should not be used no-css-comments
14:1 warning Class should be nested within its parent Class force-element-nesting
14:18 warning Expected `background-color`, found `color` property-sort-order
14:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
14:25 warning Color literals such as '#000000' should only be used in variable declarations no-color-literals
14:34 warning Expected `color`, found `background-color` property-sort-order
14:34 warning Only one declaration allowed per line one-declaration-per-line
14:52 warning Color literals such as '#ddffdd' should only be used in variable declarations no-color-literals
14:52 warning Hex values should use the shorthand format - 3 characters where possible hex-length
14:52 warning Trailing semicolons required trailing-semicolon
14:62 warning Multiline style comments should not be used no-css-comments
15:1 warning Class should be nested within its parent Class force-element-nesting
15:25 warning Color literals such as '#888888' should only be used in variable declarations no-color-literals
15:25 warning Trailing semicolons required trailing-semicolon
15:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
15:35 warning Multiline style comments should not be used no-css-comments
16:1 warning Class should be nested within its parent Class force-element-nesting
16:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
16:25 warning Color literals such as '#555555' should only be used in variable declarations no-color-literals
16:25 warning Trailing semicolons required trailing-semicolon
16:35 warning Multiline style comments should not be used no-css-comments
17:1 warning Class should be nested within its parent Class force-element-nesting
17:31 warning Trailing semicolons required trailing-semicolon
17:38 warning Multiline style comments should not be used no-css-comments
18:1 warning Class should be nested within its parent Class force-element-nesting
18:25 warning Trailing semicolons required trailing-semicolon
18:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
18:25 warning Color literals such as '#aaaaaa' should only be used in variable declarations no-color-literals
18:35 warning Multiline style comments should not be used no-css-comments
19:1 warning Class should be nested within its parent Class force-element-nesting
19:25 warning Trailing semicolons required trailing-semicolon
19:25 warning Color literals such as '#aa0000' should only be used in variable declarations no-color-literals
19:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
19:35 warning Multiline style comments should not be used no-css-comments
20:1 warning Class should be nested within its parent Class force-element-nesting
20:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
20:25 warning Color literals such as '#000000' should only be used in variable declarations no-color-literals
20:36 warning Multiline style comments should not be used no-css-comments
21:1 warning Class should be nested within its parent Class force-element-nesting
21:25 warning Color literals such as '#000000' should only be used in variable declarations no-color-literals
21:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
21:34 warning Only one declaration allowed per line one-declaration-per-line
21:47 warning Trailing semicolons required trailing-semicolon
21:54 warning Multiline style comments should not be used no-css-comments
22:1 warning Class should be nested within its parent Class force-element-nesting
22:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
22:25 warning Color literals such as '#000000' should only be used in variable declarations no-color-literals
22:34 warning Only one declaration allowed per line one-declaration-per-line
22:47 warning Trailing semicolons required trailing-semicolon
22:54 warning Multiline style comments should not be used no-css-comments
23:1 warning Class should be nested within its parent Class force-element-nesting
23:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
23:25 warning Color literals such as '#000000' should only be used in variable declarations no-color-literals
23:34 warning Only one declaration allowed per line one-declaration-per-line
23:47 warning Trailing semicolons required trailing-semicolon
23:54 warning Multiline style comments should not be used no-css-comments
24:1 warning Class should be nested within its parent Class force-element-nesting
24:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
24:25 warning Color literals such as '#000000' should only be used in variable declarations no-color-literals
24:34 warning Only one declaration allowed per line one-declaration-per-line
24:47 warning Trailing semicolons required trailing-semicolon
24:54 warning Multiline style comments should not be used no-css-comments
25:1 warning Class should be nested within its parent Class force-element-nesting
25:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
25:25 warning Color literals such as '#445588' should only be used in variable declarations no-color-literals
25:34 warning Only one declaration allowed per line one-declaration-per-line
25:47 warning Trailing semicolons required trailing-semicolon
25:54 warning Multiline style comments should not be used no-css-comments
26:1 warning Class should be nested within its parent Class force-element-nesting
26:24 warning Trailing semicolons required trailing-semicolon
26:24 warning Color literals such as '#009999' should only be used in variable declarations no-color-literals
26:24 warning Hex values should use the shorthand format - 3 characters where possible hex-length
26:34 warning Multiline style comments should not be used no-css-comments
27:1 warning Class should be nested within its parent Class force-element-nesting
27:24 warning Trailing semicolons required trailing-semicolon
27:24 warning Color literals such as '#d01040' should only be used in variable declarations no-color-literals
27:34 warning Multiline style comments should not be used no-css-comments
28:1 warning Class should be nested within its parent Class force-element-nesting
28:25 warning Trailing semicolons required trailing-semicolon
28:25 warning Color literals such as '#008080' should only be used in variable declarations no-color-literals
28:35 warning Multiline style comments should not be used no-css-comments
29:1 warning Class should be nested within its parent Class force-element-nesting
29:25 warning Hex notation should all be lower case hex-notation
29:25 warning Trailing semicolons required trailing-semicolon
29:25 warning Color literals such as '#0086B3' should only be used in variable declarations no-color-literals
29:35 warning Multiline style comments should not be used no-css-comments
30:1 warning Class should be nested within its parent Class force-element-nesting
30:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
30:25 warning Color literals such as '#445588' should only be used in variable declarations no-color-literals
30:34 warning Only one declaration allowed per line one-declaration-per-line
30:47 warning Trailing semicolons required trailing-semicolon
30:54 warning Multiline style comments should not be used no-css-comments
31:1 warning Class should be nested within its parent Class force-element-nesting
31:25 warning Color literals such as '#008080' should only be used in variable declarations no-color-literals
31:25 warning Trailing semicolons required trailing-semicolon
31:35 warning Multiline style comments should not be used no-css-comments
32:1 warning Class should be nested within its parent Class force-element-nesting
32:25 warning Color literals such as '#3c5d5d' should only be used in variable declarations no-color-literals
32:34 warning Only one declaration allowed per line one-declaration-per-line
32:47 warning Trailing semicolons required trailing-semicolon
32:54 warning Multiline style comments should not be used no-css-comments
33:1 warning Class should be nested within its parent Class force-element-nesting
33:25 warning Trailing semicolons required trailing-semicolon
33:25 warning Color literals such as '#800080' should only be used in variable declarations no-color-literals
33:35 warning Multiline style comments should not be used no-css-comments
34:1 warning Class should be nested within its parent Class force-element-nesting
34:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
34:25 warning Color literals such as '#990000' should only be used in variable declarations no-color-literals
34:34 warning Only one declaration allowed per line one-declaration-per-line
34:47 warning Trailing semicolons required trailing-semicolon
34:54 warning Multiline style comments should not be used no-css-comments
35:1 warning Class should be nested within its parent Class force-element-nesting
35:25 warning Color literals such as '#990000' should only be used in variable declarations no-color-literals
35:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
35:34 warning Only one declaration allowed per line one-declaration-per-line
35:47 warning Trailing semicolons required trailing-semicolon
35:54 warning Multiline style comments should not be used no-css-comments
37:1 warning Class should be nested within its parent Class force-element-nesting
37:25 warning Color literals such as '#555555' should only be used in variable declarations no-color-literals
37:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
37:25 warning Trailing semicolons required trailing-semicolon
37:35 warning Multiline style comments should not be used no-css-comments
38:1 warning Class should be nested within its parent Class force-element-nesting
38:25 warning Trailing semicolons required trailing-semicolon
38:25 warning Color literals such as '#000080' should only be used in variable declarations no-color-literals
38:35 warning Multiline style comments should not be used no-css-comments
39:1 warning Class should be nested within its parent Class force-element-nesting
39:25 warning Color literals such as '#008080' should only be used in variable declarations no-color-literals
39:25 warning Trailing semicolons required trailing-semicolon
39:35 warning Multiline style comments should not be used no-css-comments
40:1 warning Class should be nested within its parent Class force-element-nesting
40:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
40:25 warning Color literals such as '#000000' should only be used in variable declarations no-color-literals
40:34 warning Only one declaration allowed per line one-declaration-per-line
40:47 warning Trailing semicolons required trailing-semicolon
40:54 warning Multiline style comments should not be used no-css-comments
41:1 warning Class should be nested within its parent Class force-element-nesting
41:24 warning Trailing semicolons required trailing-semicolon
41:24 warning Hex values should use the shorthand format - 3 characters where possible hex-length
41:24 warning Color literals such as '#bbbbbb' should only be used in variable declarations no-color-literals
41:34 warning Multiline style comments should not be used no-css-comments
42:1 warning Class should be nested within its parent Class force-element-nesting
42:25 warning Trailing semicolons required trailing-semicolon
42:25 warning Color literals such as '#009999' should only be used in variable declarations no-color-literals
42:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
42:35 warning Multiline style comments should not be used no-css-comments
43:1 warning Class should be nested within its parent Class force-element-nesting
43:25 warning Trailing semicolons required trailing-semicolon
43:25 warning Color literals such as '#009999' should only be used in variable declarations no-color-literals
43:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
43:35 warning Multiline style comments should not be used no-css-comments
44:1 warning Class should be nested within its parent Class force-element-nesting
44:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
44:25 warning Color literals such as '#009999' should only be used in variable declarations no-color-literals
44:25 warning Trailing semicolons required trailing-semicolon
44:35 warning Multiline style comments should not be used no-css-comments
45:1 warning Class should be nested within its parent Class force-element-nesting
45:25 warning Color literals such as '#009999' should only be used in variable declarations no-color-literals
45:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
45:25 warning Trailing semicolons required trailing-semicolon
45:35 warning Multiline style comments should not be used no-css-comments
46:1 warning Class should be nested within its parent Class force-element-nesting
46:25 warning Color literals such as '#d01040' should only be used in variable declarations no-color-literals
46:25 warning Trailing semicolons required trailing-semicolon
46:35 warning Multiline style comments should not be used no-css-comments
47:1 warning Class should be nested within its parent Class force-element-nesting
47:25 warning Color literals such as '#d01040' should only be used in variable declarations no-color-literals
47:25 warning Trailing semicolons required trailing-semicolon
47:35 warning Multiline style comments should not be used no-css-comments
48:1 warning Class should be nested within its parent Class force-element-nesting
48:25 warning Color literals such as '#d01040' should only be used in variable declarations no-color-literals
48:25 warning Trailing semicolons required trailing-semicolon
48:35 warning Multiline style comments should not be used no-css-comments
49:1 warning Class should be nested within its parent Class force-element-nesting
49:25 warning Color literals such as '#d01040' should only be used in variable declarations no-color-literals
49:25 warning Trailing semicolons required trailing-semicolon
49:35 warning Multiline style comments should not be used no-css-comments
50:1 warning Class should be nested within its parent Class force-element-nesting
50:25 warning Trailing semicolons required trailing-semicolon
50:25 warning Color literals such as '#d01040' should only be used in variable declarations no-color-literals
50:35 warning Multiline style comments should not be used no-css-comments
51:1 warning Class should be nested within its parent Class force-element-nesting
51:25 warning Color literals such as '#d01040' should only be used in variable declarations no-color-literals
51:25 warning Trailing semicolons required trailing-semicolon
51:35 warning Multiline style comments should not be used no-css-comments
52:1 warning Class should be nested within its parent Class force-element-nesting
52:25 warning Trailing semicolons required trailing-semicolon
52:25 warning Color literals such as '#d01040' should only be used in variable declarations no-color-literals
52:35 warning Multiline style comments should not be used no-css-comments
53:1 warning Class should be nested within its parent Class force-element-nesting
53:25 warning Color literals such as '#d01040' should only be used in variable declarations no-color-literals
53:25 warning Trailing semicolons required trailing-semicolon
53:35 warning Multiline style comments should not be used no-css-comments
54:1 warning Class should be nested within its parent Class force-element-nesting
54:25 warning Trailing semicolons required trailing-semicolon
54:25 warning Color literals such as '#009926' should only be used in variable declarations no-color-literals
54:35 warning Multiline style comments should not be used no-css-comments
55:1 warning Class should be nested within its parent Class force-element-nesting
55:25 warning Trailing semicolons required trailing-semicolon
55:25 warning Color literals such as '#d01040' should only be used in variable declarations no-color-literals
55:35 warning Multiline style comments should not be used no-css-comments
56:1 warning Class should be nested within its parent Class force-element-nesting
56:25 warning Color literals such as '#990073' should only be used in variable declarations no-color-literals
56:25 warning Trailing semicolons required trailing-semicolon
56:35 warning Multiline style comments should not be used no-css-comments
57:1 warning Class should be nested within its parent Class force-element-nesting
57:25 warning Color literals such as '#999999' should only be used in variable declarations no-color-literals
57:25 warning Trailing semicolons required trailing-semicolon
57:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
57:35 warning Multiline style comments should not be used no-css-comments
58:1 warning Class should be nested within its parent Class force-element-nesting
58:25 warning Trailing semicolons required trailing-semicolon
58:25 warning Color literals such as '#008080' should only be used in variable declarations no-color-literals
58:35 warning Multiline style comments should not be used no-css-comments
59:1 warning Class should be nested within its parent Class force-element-nesting
59:25 warning Color literals such as '#008080' should only be used in variable declarations no-color-literals
59:25 warning Trailing semicolons required trailing-semicolon
59:35 warning Multiline style comments should not be used no-css-comments
60:1 warning Class should be nested within its parent Class force-element-nesting
60:25 warning Color literals such as '#008080' should only be used in variable declarations no-color-literals
60:25 warning Trailing semicolons required trailing-semicolon
60:35 warning Multiline style comments should not be used no-css-comments
61:1 warning Class should be nested within its parent Class force-element-nesting
61:25 warning Hex values should use the shorthand format - 3 characters where possible hex-length
61:25 warning Color literals such as '#009999' should only be used in variable declarations no-color-literals
61:25 warning Trailing semicolons required trailing-semicolon
61:35 warning Multiline style comments should not be used no-css-comments
styles/_home.scss
4:1 warning Class should be nested within its parent Class force-element-nesting
6:12 warning Property `padding` should be written more concisely as `$spacer2 $spacer3 $spacer6` instead of `$spacer2 $spacer3 $spacer6 $spacer3` shorthand-values
7:38 warning Property `padding` should be written more concisely as `$spacer4 $spacer3 $spacer8` instead of `$spacer4 $spacer3 $spacer8 $spacer3` shorthand-values
15:3 warning Expected `color`, found `display` property-sort-order
16:3 warning Expected `display`, found `margin` property-sort-order
17:3 warning Expected `font-size`, found `color` property-sort-order
18:3 warning Expected `margin`, found `font-size` property-sort-order
25:1 warning Type-selector should be nested within its parent Class force-element-nesting
28:12 warning Don't include leading zeros on numbers leading-zero
28:18 warning Don't include leading zeros on numbers leading-zero
33:1 warning Space expected between blocks empty-line-between-blocks
33:5 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
39:1 warning Type-selector should be nested within its parent Class force-element-nesting
44:3 warning Expected `background-color`, found `border-radius` property-sort-order
45:3 warning Expected `border`, found `color` property-sort-order
46:3 warning Expected `border-radius`, found `border` property-sort-order
47:3 warning Expected `color`, found `background-color` property-sort-order
60:1 warning Multiline style comments should not be used no-css-comments
63:3 warning Expected `color`, found `display` property-sort-order
64:3 warning Expected `display`, found `vertical-align` property-sort-order
65:3 warning Expected `margin`, found `width` property-sort-order
67:3 warning Expected `vertical-align`, found `color` property-sort-order
68:3 warning Expected `width`, found `margin` property-sort-order
69:1 warning Space expected between blocks empty-line-between-blocks
75:3 warning Expected `height`, found `width` property-sort-order
76:3 warning Expected `margin`, found `height` property-sort-order
77:3 warning Expected `transition`, found `margin` property-sort-order
78:3 warning Expected `width`, found `transition` property-sort-order
81:1 warning Class should be nested within its parent Pseudo-class force-element-nesting
81:1 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
86:1 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
86:1 warning Class should be nested within its parent Pseudo-class force-element-nesting
96:3 warning Expected `font-weight`, found `text-align` property-sort-order
97:3 warning Expected `line-height`, found `text-decoration` property-sort-order
98:3 warning Expected `overflow`, found `line-height` property-sort-order
99:3 warning Expected `text-align`, found `font-weight` property-sort-order
100:3 warning Expected `text-decoration`, found `white-space` property-sort-order
101:3 warning Expected `text-overflow`, found `overflow` property-sort-order
102:3 warning Expected `white-space`, found `text-overflow` property-sort-order
105:1 warning Multiline style comments should not be used no-css-comments
120:1 warning Class should be nested within its parent Class force-element-nesting
121:3 warning Expected `border-bottom`, found `padding` property-sort-order
123:3 warning Expected `padding`, found `border-bottom` property-sort-order
123:18 warning A value of `none` is not allowed. `0` must be used border-zero
127:3 warning Expected `border`, found `display` property-sort-order
128:3 warning Expected `display`, found `padding` property-sort-order
129:3 warning Expected `padding`, found `border` property-sort-order
132:1 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
133:1 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
135:3 warning Duplicate properties are not allowed within a block no-duplicate-properties
135:3 warning Expected `background-color`, found `text-decoration` property-sort-order
137:3 warning Expected `outline`, found `background-color` property-sort-order
138:3 warning Expected `text-decoration`, found `outline` property-sort-order
143:3 warning Expected `height`, found `width` property-sort-order
144:3 warning Expected `position`, found `height` property-sort-order
145:3 warning Expected `width`, found `position` property-sort-order
149:3 warning Expected `border-radius`, found `position` property-sort-order
150:3 warning Expected `height`, found `top` property-sort-order
152:3 warning Expected `margin`, found `width` property-sort-order
153:3 warning Expected `padding`, found `height` property-sort-order
154:3 warning Expected `position`, found `border-radius` property-sort-order
155:3 warning Expected `top`, found `margin` property-sort-order
156:3 warning Expected `width`, found `padding` property-sort-order
161:5 warning Expected indentation of 2 space but found 4 indentation
161:5 warning Expected `height`, found `position` property-sort-order
162:5 warning Expected indentation of 2 space but found 4 indentation
162:5 warning Expected `left`, found `top` property-sort-order
163:5 warning Expected indentation of 2 space but found 4 indentation
163:5 warning Expected `max-width`, found `left` property-sort-order
164:5 warning Expected `position`, found `max-width` property-sort-order
164:5 warning Expected indentation of 2 space but found 4 indentation
165:5 warning Expected `top`, found `height` property-sort-order
165:5 warning Expected indentation of 2 space but found 4 indentation
166:5 warning Expected indentation of 2 space but found 4 indentation
170:3 warning Expected `font-weight`, found `padding` property-sort-order
171:3 warning Expected `padding`, found `font-weight` property-sort-order
176:3 warning Expected `overflow`, found `white-space` property-sort-order
177:3 warning Expected `text-overflow`, found `overflow` property-sort-order
178:3 warning Expected `white-space`, found `text-overflow` property-sort-order
182:3 warning Expected `display`, found `font-size` property-sort-order
183:3 warning Expected `font-size`, found `padding-left` property-sort-order
184:3 warning Expected `padding-left`, found `display` property-sort-order
187:1 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
187:1 warning Class should be nested within its parent Pseudo-class force-element-nesting
191:1 warning Type-selector should be nested within its parent Class force-element-nesting
197:1 warning Multiline style comments should not be used no-css-comments
200:3 warning Expected `overflow`, found `padding` property-sort-order
201:3 warning Expected `padding`, found `white-space` property-sort-order
202:3 warning Expected `text-overflow`, found `overflow` property-sort-order
203:3 warning Expected `white-space`, found `text-overflow` property-sort-order
207:5 warning Expected `padding`, found `vertical-align` property-sort-order
208:5 warning Expected `text-align`, found `width` property-sort-order
209:5 warning Expected `vertical-align`, found `padding` property-sort-order
210:5 warning Expected `width`, found `text-align` property-sort-order
218:3 warning Expected `background-color`, found `color` property-sort-order
219:3 warning Expected `border-color`, found `background-color` property-sort-order
220:3 warning Expected `color`, found `border-color` property-sort-order
221:1 warning Space expected between blocks empty-line-between-blocks
224:1 warning Space expected between blocks empty-line-between-blocks
224:3 warning Class should be nested within its parent Class force-element-nesting
230:3 warning Expected `background-color`, found `border` property-sort-order
231:3 warning Expected `border`, found `border-top-width` property-sort-order
233:3 warning Expected `border-top-width`, found `background-color` property-sort-order
233:21 warning Hex notation should all be lower case hex-notation
233:21 warning Color literals such as '#FAFAFA' should only be used in variable declarations no-color-literals
234:33 warning Color functions such as 'rgba' should only be used in variable declarations no-color-literals
234:47 warning Don't include leading zeros on numbers leading-zero
styles/_languages.scss
2:3 warning Vendor prefixes should not be used no-vendor-prefixes
7:1 warning Pseudo-element should be nested within its parent Attribute-selector force-pseudo-nesting
7:1 warning Attribute-selector should be nested within its parent Type-selector force-attribute-nesting
7:9 warning Qualifying elements are not allowed for attribute selectors no-qualifying-elements
7:18 warning Vendor prefixes should not be used no-vendor-prefixes
8:3 warning Expected `background`, found `border` property-sort-order
8:11 warning Don't include leading zeros on numbers leading-zero
9:3 warning Expected `border`, found `border-radius` property-sort-order
10:3 warning Expected `border-radius`, found `overflow` property-sort-order
11:3 warning Expected `overflow`, found `background` property-sort-order
14:1 warning Attribute-selector should be nested within its parent Type-selector force-attribute-nesting
14:1 warning Pseudo-element should be nested within its parent Attribute-selector force-pseudo-nesting
14:9 warning Qualifying elements are not allowed for attribute selectors no-qualifying-elements
14:18 warning Vendor prefixes should not be used no-vendor-prefixes
16:1 warning Files must end with a new line final-newline
styles/_releases.scss
5:3 warning Expected `border`, found `display` property-sort-order
6:3 warning Expected `border-radius`, found `margin` property-sort-order
7:3 warning Expected `color`, found `padding` property-sort-order
8:3 warning Expected `display`, found `font-size` property-sort-order
9:3 warning Expected `font-size`, found `color` property-sort-order
10:3 warning Expected `margin`, found `border` property-sort-order
11:3 warning Expected `padding`, found `border-radius` property-sort-order
14:5 warning Expected `background-color`, found `text-decoration` property-sort-order
16:5 warning Expected `text-decoration`, found `background-color` property-sort-order
29:3 warning Type-selector should be nested within its parent Type-selector force-element-nesting
30:5 warning Expected `border`, found `display` property-sort-order
31:5 warning Expected `border-radius`, found `padding` property-sort-order
33:5 warning Expected `display`, found `border` property-sort-order
34:5 warning Expected `padding`, found `border-radius` property-sort-order
35:1 warning Space expected between blocks empty-line-between-blocks
36:7 warning Expected `background-color`, found `text-decoration` property-sort-order
38:7 warning Expected `text-decoration`, found `background-color` property-sort-order
40:1 warning Space expected between blocks empty-line-between-blocks
41:15 warning A value of `none` is not allowed. `0` must be used border-zero
47:5 warning Expected `color`, found `margin-left` property-sort-order
49:5 warning Expected `font-style`, found `color` property-sort-order
50:5 warning Expected `margin-left`, found `font-style` property-sort-order
styles/_spectron.scss
6:3 warning Class should be nested within its parent Class force-element-nesting
10:3 warning Type-selector should be nested within its parent Type-selector force-element-nesting
12:14 warning Color literals such as '#98c379' should only be used in variable declarations no-color-literals
16:14 warning Color literals such as '#c678dd' should only be used in variable declarations no-color-literals
styles/_userland.scss
1:1 warning Multiline style comments should not be used no-css-comments
3:1 warning Class should be nested within its parent Type-selector force-element-nesting
3:3 warning Qualifying elements are not allowed for class selectors no-qualifying-elements
22:1 warning Class should be nested within its parent Class force-element-nesting
23:3 warning Expected `background-color`, found `display` property-sort-order
24:3 warning Expected `border`, found `margin` property-sort-order
25:3 warning Expected `border-radius`, found `height` property-sort-order
26:3 warning Expected `display`, found `padding` property-sort-order
27:3 warning Expected `height`, found `text-align` property-sort-order
28:3 warning Expected `margin`, found `text-decoration` property-sort-order
29:3 warning Expected `padding`, found `background-color` property-sort-order
29:21 warning Color literals such as '#f6f8f8' should only be used in variable declarations no-color-literals
30:3 warning Expected `text-align`, found `border` property-sort-order
30:21 warning Hex notation should all be lower case hex-notation
30:21 warning Color literals such as '#F0F0F0' should only be used in variable declarations no-color-literals
31:3 warning Expected `text-decoration`, found `border-radius` property-sort-order
34:1 warning Class should be nested within its parent Class force-element-nesting
34:1 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
35:21 warning Color literals such as '#fcfdfd' should only be used in variable declarations no-color-literals
38:1 warning Type-selector should be nested within its parent Class force-element-nesting
40:3 warning Expected `height`, found `width` property-sort-order
41:3 warning Expected `margin-bottom`, found `height` property-sort-order
42:3 warning Expected `transition`, found `margin-bottom` property-sort-order
42:18 warning Don't include leading zeros on numbers leading-zero
43:3 warning Expected `width`, found `transition` property-sort-order
46:1 warning Type-selector should be nested within its parent Pseudo-class force-element-nesting
46:1 warning Class should be nested within its parent Class force-element-nesting
46:1 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
51:1 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
51:1 warning Class should be nested within its parent Class force-element-nesting
51:1 warning Type-selector should be nested within its parent Pseudo-class force-element-nesting
56:1 warning Type-selector should be nested within its parent Class force-element-nesting
57:3 warning Expected `color`, found `font-size` property-sort-order
58:3 warning Expected `font-size`, found `color` property-sort-order
62:1 warning Type-selector should be nested within its parent Class force-element-nesting
63:3 warning Expected `color`, found `opacity` property-sort-order
63:12 warning Don't include leading zeros on numbers leading-zero
64:3 warning Expected `font-size`, found `line-height` property-sort-order
65:3 warning Expected `line-height`, found `font-size` property-sort-order
66:3 warning Expected `margin-top`, found `text-align` property-sort-order
67:3 warning Expected `opacity`, found `margin-top` property-sort-order
68:3 warning Expected `text-align`, found `color` property-sort-order
71:1 warning Multiline style comments should not be used no-css-comments
80:28 warning Color literals such as '#DDD' should only be used in variable declarations no-color-literals
80:28 warning Hex notation should all be lower case hex-notation
82:3 warning Expected `overflow`, found `padding` property-sort-order
83:3 warning Expected `padding`, found `white-space` property-sort-order
84:3 warning Expected `position`, found `overflow` property-sort-order
86:3 warning Expected `white-space`, found `position` property-sort-order
89:1 warning Pseudo-class should be nested within its parent Type-selector force-pseudo-nesting
89:22 warning Pseudo-elements must start with double colons pseudo-element
91:3 warning Expected `opacity`, found `position` property-sort-order
92:3 warning Expected `position`, found `top` property-sort-order
94:3 warning Expected `top`, found `opacity` property-sort-order
94:12 warning Don't include leading zeros on numbers leading-zero
98:3 warning Expected `border`, found `width` property-sort-order
99:3 warning Expected `border-radius`, found `padding` property-sort-order
99:12 warning Property `padding` should be written more concisely as `8px` instead of `8px 8px` shorthand-values
100:3 warning Expected `margin`, found `border` property-sort-order
100:21 warning Hex notation should all be lower case hex-notation
100:21 warning Color literals such as '#CCC' should only be used in variable declarations no-color-literals
101:3 warning Expected `padding`, found `border-radius` property-sort-order
102:3 warning Expected `width`, found `margin` property-sort-order
103:1 warning Space expected between blocks empty-line-between-blocks
103:10 warning Strings must use single quotes quotes
108:1 warning Multiline style comments should not be used no-css-comments
117:3 warning Expected `display`, found `width` property-sort-order
120:3 warning Expected `text-align`, found `display` property-sort-order
121:3 warning Expected `width`, found `text-align` property-sort-order
128:1 warning Type-selector should be nested within its parent Class force-element-nesting
129:3 warning Expected `border-radius`, found `width` property-sort-order
131:3 warning Expected `width`, found `border-radius` property-sort-order
styles/_variables.scss
6:35 warning Commas should be followed by a space space-after-comma
47:30 warning Strings must use single quotes quotes
47:73 warning Files must end with a new line final-newline
styles/index.scss
1:22 warning Strings must use single quotes quotes
2:2 warning File extensions are not allowed clean-import-paths
2:9 warning Strings must use single quotes quotes
6:9 warning Strings must use single quotes quotes
7:9 warning Strings must use single quotes quotes
8:9 warning Strings must use single quotes quotes
12:9 warning Strings must use single quotes quotes
14:9 warning Strings must use single quotes quotes
15:9 warning Strings must use single quotes quotes
16:9 warning Strings must use single quotes quotes
17:9 warning Strings must use single quotes quotes
20:9 warning Strings must use single quotes quotes
21:9 warning Strings must use single quotes quotes
22:9 warning Strings must use single quotes quotes
26:9 warning Strings must use single quotes quotes
27:9 warning Strings must use single quotes quotes
34:9 warning Strings must use single quotes quotes
37:9 warning Strings must use single quotes quotes
41:9 warning Strings must use single quotes quotes
44:9 warning Strings must use single quotes quotes
45:9 warning Strings must use single quotes quotes
46:9 warning Strings must use single quotes quotes
47:9 warning Strings must use single quotes quotes
48:9 warning Strings must use single quotes quotes
49:9 warning Strings must use single quotes quotes
50:9 warning Strings must use single quotes quotes
51:9 warning Strings must use single quotes quotes
52:9 warning Strings must use single quotes quotes
55:9 warning Strings must use single quotes quotes
58:9 warning Strings must use single quotes quotes
60:9 warning Strings must use single quotes quotes
61:9 warning Strings must use single quotes quotes
64:9 warning Strings must use single quotes quotes
68:9 warning Strings must use single quotes quotes
69:9 warning Strings must use single quotes quotes
70:9 warning Strings must use single quotes quotes
73:9 warning Strings must use single quotes quotes
74:9 warning Strings must use single quotes quotes
75:9 warning Strings must use single quotes quotes
76:9 warning Strings must use single quotes quotes
77:9 warning Strings must use single quotes quotes
78:9 warning Strings must use single quotes quotes
79:9 warning Strings must use single quotes quotes
80:9 warning Strings must use single quotes quotes
83:9 warning Strings must use single quotes quotes
84:9 warning Strings must use single quotes quotes
85:9 warning Strings must use single quotes quotes
86:9 warning Strings must use single quotes quotes
87:9 warning Strings must use single quotes quotes
88:9 warning Strings must use single quotes quotes
89:9 warning Strings must use single quotes quotes
90:9 warning Strings must use single quotes quotes
91:9 warning Strings must use single quotes quotes
92:9 warning Strings must use single quotes quotes
styles/teaser.scss
9:3 warning Expected `background`, found `height` property-sort-order
10:3 warning Expected `height`, found `background` property-sort-order
10:15 warning Color functions such as 'hsl' should only be used in variable declarations no-color-literals
14:3 warning Expected `align-items`, found `height` property-sort-order
15:3 warning Expected `display`, found `margin` property-sort-order
16:3 warning Expected `height`, found `display` property-sort-order
17:3 warning Expected `justify-content`, found `align-items` property-sort-order
18:3 warning Expected `margin`, found `justify-content` property-sort-order
22:3 warning Expected `animation`, found `flex` property-sort-order
23:3 warning Expected `backface-visibility`, found `max-width` property-sort-order
24:3 warning Expected `flex`, found `backface-visibility` property-sort-order
25:3 warning Expected `max-width`, found `animation` property-sort-order
28:5 warning Expected indentation of 2 space but found 4 indentation
28:22 warning Only one declaration allowed per line one-declaration-per-line
29:22 warning Only one declaration allowed per line one-declaration-per-line
42:9 warning Color functions such as 'hsl' should only be used in variable declarations no-color-literals
45:42 warning Don't include trailing zeros on numbers no-trailing-zero
45:47 warning Don't include trailing zeros on numbers no-trailing-zero
45:52 warning Don't include trailing zeros on numbers no-trailing-zero
49:3 warning Class should be nested within its parent Class force-element-nesting
50:3 warning Class should be nested within its parent Class force-element-nesting
51:3 warning Class should be nested within its parent Class force-element-nesting
52:3 warning Class should be nested within its parent Class force-element-nesting
56:1 warning Class should be nested within its parent Class force-element-nesting
57:1 warning Class should be nested within its parent Class force-element-nesting
58:1 warning Class should be nested within its parent Class force-element-nesting
59:1 warning Class should be nested within its parent Class force-element-nesting
60:1 warning Class should be nested within its parent Class force-element-nesting
61:1 warning Class should be nested within its parent Class force-element-nesting
62:1 warning Class should be nested within its parent Class force-element-nesting
63:1 warning Class should be nested within its parent Class force-element-nesting
64:1 warning Class should be nested within its parent Class force-element-nesting
65:1 warning Class should be nested within its parent Class force-element-nesting
68:3 warning Class should be nested within its parent Class force-element-nesting
69:3 warning Class should be nested within its parent Class force-element-nesting
70:3 warning Class should be nested within its parent Class force-element-nesting
73:4 warning Expected indentation of 2 space but found 3 indentation
74:4 warning Expected indentation of 2 space but found 3 indentation
75:4 warning Expected indentation of 2 space but found 3 indentation
76:4 warning Expected indentation of 2 space but found 3 indentation
80:1 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
86:3 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
86:3 warning Class should be nested within its parent Pseudo-class force-element-nesting
86:3 warning Class should be nested within its parent Class force-element-nesting
87:3 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
87:3 warning Class should be nested within its parent Pseudo-class force-element-nesting
87:3 warning Class should be nested within its parent Class force-element-nesting
88:3 warning Class should be nested within its parent Pseudo-class force-element-nesting
88:3 warning Class should be nested within its parent Class force-element-nesting
88:3 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
89:3 warning Class should be nested within its parent Class force-element-nesting
89:3 warning Class should be nested within its parent Pseudo-class force-element-nesting
89:3 warning Pseudo-class should be nested within its parent Class force-pseudo-nesting
92:4 warning Expected indentation of 2 space but found 3 indentation
93:4 warning Expected indentation of 2 space but found 3 indentation
94:4 warning Expected indentation of 2 space but found 3 indentation
95:4 warning Expected indentation of 2 space but found 3 indentation
103:2 warning Vendor prefixes should not be used no-vendor-prefixes
104:3 warning Class should be nested within its parent Class force-element-nesting
105:3 warning Class should be nested within its parent Class force-element-nesting
106:3 warning Class should be nested within its parent Class force-element-nesting
107:3 warning Class should be nested within its parent Class force-element-nesting
108:3 warning Class should be nested within its parent Class force-element-nesting
109:3 warning Class should be nested within its parent Class force-element-nesting
✖ 1080 problems (0 errors, 1080 warnings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment