meshuggahtas / tasvideos

Archived issues for TASVideos repo
GNU General Public License v3.0
1 stars 3 forks source link

SCSS - Results of stylelint linter (version 14.6.0) #6

Open meshuggahtas opened 2 years ago

meshuggahtas commented 2 years ago

TASVideos/wwwroot/css/darkmode-initial.scss 2:5 ✖ Unexpected invalid position @import rule no-invalid-position-at-import-rule

TASVideos/wwwroot/css/diff.scss 1:1 ✖ Unexpected double-slash CSS comment no-invalid-double-slash-comments 41:12 ✖ Unexpected empty block block-no-empty

TASVideos/wwwroot/css/partials/_bootstrap-overrides.scss 1:1 ✖ Unexpected double-slash CSS comment no-invalid-double-slash-comments 92:82 ✖ Expected selector ".btn-primary:active" to come before selector ".btn-check:focus + .btn-primary" no-descending-specificity
92:82 ✖ Expected selector ".btn-primary:active" to come before selector ".btn-check:active + .btn-primary" no-descending-specificity
92:82 ✖ Expected selector ".btn-primary:active" to come before selector ".btn-check:checked + .btn-primary" no-descending-specificity
102:82 ✖ Expected selector ".btn-secondary:focus" to come before selector ".btn-check:focus + .btn-secondary" no-descending-specificity
102:82 ✖ Expected selector ".btn-secondary:focus" to come before selector ".btn-check:active + .btn-secondary" no-descending-specificity
102:82 ✖ Expected selector ".btn-secondary:focus" to come before selector ".btn-check:checked + .btn-secondary" no-descending-specificity
102:91 ✖ Expected selector ".btn-secondary:active" to come before selector ".btn-check:focus + .btn-secondary" no-descending-specificity
102:91 ✖ Expected selector ".btn-secondary:active" to come before selector ".btn-check:active + .btn-secondary" no-descending-specificity
102:91 ✖ Expected selector ".btn-secondary:active" to come before selector ".btn-check:checked + .btn-secondary" no-descending-specificity
102:101 ✖ Expected selector ".btn-secondary:hover" to come before selector ".btn-check:focus + .btn-secondary" no-descending-specificity
102:101 ✖ Expected selector ".btn-secondary:hover" to come before selector ".btn-check:active + .btn-secondary" no-descending-specificity
102:101 ✖ Expected selector ".btn-secondary:hover" to come before selector ".btn-check:checked + .btn-secondary" no-descending-specificity
102:152 ✖ Expected line length to be no more than 120 characters max-line-length
109:109 ✖ Expected selector ".btn-primary:active:focus" to come before selector ".btn-check:active + .btn-primary:focus" no-descending-specificity
109:109 ✖ Expected selector ".btn-primary:active:focus" to come before selector ".btn-check:checked + .btn-primary:focus" no-descending-specificity
109:180 ✖ Expected selector ".btn-primary:hover" to come before selector ".btn-check:focus + .btn-primary" no-descending-specificity
109:180 ✖ Expected selector ".btn-primary:hover" to come before selector ".btn-check:active + .btn-primary" no-descending-specificity
109:180 ✖ Expected selector ".btn-primary:hover" to come before selector ".btn-check:checked + .btn-primary" no-descending-specificity
109:180 ✖ Expected selector ".btn-primary:hover" to come before selector ".btn-check:active + .btn-primary:focus" no-descending-specificity
109:180 ✖ Expected selector ".btn-primary:hover" to come before selector ".btn-check:checked + .btn-primary:focus" no-descending-specificity
109:180 ✖ Expected selector ".btn-primary:hover" to come before selector ".btn-primary:active:focus" no-descending-specificity
109:199 ✖ Expected line length to be no more than 120 characters max-line-length
113:115 ✖ Expected selector ".btn-secondary:active:focus" to come before selector ".btn-check:active + .btn-secondary:focus" no-descending-specificity
113:115 ✖ Expected selector ".btn-secondary:active:focus" to come before selector ".btn-check:checked + .btn-secondary:focus" no-descending-specificity
113:190 ✖ Expected selector ".btn-secondary:hover" to come before selector ".btn-check:focus + .btn-secondary" no-descending-specificity
113:190 ✖ Expected selector ".btn-secondary:hover" to come before selector ".btn-check:active + .btn-secondary" no-descending-specificity
113:190 ✖ Expected selector ".btn-secondary:hover" to come before selector ".btn-check:checked + .btn-secondary" no-descending-specificity
113:190 ✖ Expected selector ".btn-secondary:hover" to come before selector ".btn-secondary:active:focus" no-descending-specificity
113:190 ✖ Expected selector ".btn-secondary:hover" to come before selector ".btn-check:active + .btn-secondary:focus" no-descending-specificity
113:190 ✖ Expected selector ".btn-secondary:hover" to come before selector ".btn-check:checked + .btn-secondary:focus" no-descending-specificity
113:190 ✖ Expected selector ".btn-secondary:hover" to come before selector ".btn-secondary:active:focus" no-descending-specificity
113:211 ✖ Expected line length to be no more than 120 characters max-line-length
175:1 ✖ Expected selector ".navbar-dark .navbar-nav .nav-link" to come before selector ".nav-tabs .nav-item.show .nav-link" no-descending-specificity

TASVideos/wwwroot/css/partials/_colors.scss 1:13 ✖ Unknown word CssSyntaxError

TASVideos/wwwroot/css/partials/_customizations.scss 1:1 ✖ Unexpected double-slash CSS comment no-invalid-double-slash-comments 49:2 ✖ Expected selector ".postbody table" to come before selector "article.wiki table" no-descending-specificity
55:3 ✖ Expected selector ".postbody table th" to come before selector "article.wiki table th" no-descending-specificity
55:7 ✖ Expected selector ".postbody table td" to come before selector "article.wiki table td" no-descending-specificity
61:3 ✖ Expected selector ".postbody table tbody th" to come before selector "article.wiki table tbody th" no-descending-specificity
65:3 ✖ Expected selector ".postbody table tbody + tbody" to come before selector "article.wiki table tbody + tbody" no-descending-specificity
94:2 ✖ Unexpected unknown type selector "sillyquote" selector-type-no-unknown
240:27 ✖ Expected quotes around "url-prefix" function argument function-url-quotes

TASVideos/wwwroot/css/partials/_darkmode.scss 33:11 ✖ Unknown word CssSyntaxError

TASVideos/wwwroot/css/partials/_prism-dark.scss 139:1 ✖ Expected selector ".token.function" to come before selector ".token.atrule .token.url .token.function" no-descending-specificity 161:1 ✖ Expected selector ".token.maybe-class-name" to come before selector ".token.function .token.maybe-class-name" no-descending-specificity 204:1 ✖ Expected selector ".token.tag .token.punctuation" to come before selector ".token.atrule .token.url .token.punctuation" no-descending-specificity 217:1 ✖ Expected selector ".token.attr-value .token.punctuation" to come before selector ".token.atrule .token.url .token.punctuation" no-descending-specificity 261:1 ✖ Expected selector ".language-html .token.punctuation" to come before selector ".language-html .language-css .token.punctuation" no-descending-specificity 261:1 ✖ Expected selector ".language-html .token.punctuation" to come before selector ".language-html .language-javascript .token.punctuation" no-descending-specificity 261:1 ✖ Expected selector ".language-html .token.punctuation" to come before selector ".token.atrule .token.url .token.punctuation" no-descending-specificity 261:1 ✖ Expected selector ".language-html .token.punctuation" to come before selector ".token.tag .token.punctuation" no-descending-specificity 261:1 ✖ Expected selector ".language-html .token.punctuation" to come before selector ".token.attr-value .token.punctuation" no-descending-specificity

TASVideos/wwwroot/css/partials/_prism.scss 2:903 ✖ Expected line length to be no more than 120 characters max-line-length