diff --git a/.stylelintrc.yml b/.stylelintrc.yml index b85aa36..1aa4480 100644 --- a/.stylelintrc.yml +++ b/.stylelintrc.yml @@ -3,7 +3,6 @@ extends: - stylelint-config-standard-scss - - stylelint-config-prettier rules: # Default rules: @@ -11,7 +10,6 @@ rules: # - https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/index.js # - https://github.com/stylelint/stylelint-config-standard/blob/main/index.js # - https://github.com/stylelint/stylelint-config-recommended/blob/main/index.js - # - https://github.com/prettier/stylelint-config-prettier/blob/master/src/index.js # possible errors (these are all on by default) no-descending-specificity: null @@ -28,19 +26,3 @@ rules: scss/at-mixin-pattern: null scss/dollar-variable-pattern: null scss/no-global-function-names: null - - # Disable for Prettier - scss/at-else-closing-brace-newline-after: null - scss/at-else-closing-brace-space-after: null - scss/at-else-empty-line-before: null - scss/at-else-if-parentheses-space-before: null - scss/at-function-parentheses-space-before: null - scss/at-if-closing-brace-newline-after: null - scss/at-if-closing-brace-space-after: null - scss/at-mixin-parentheses-space-before: null - scss/dollar-variable-colon-newline-after: null - scss/dollar-variable-colon-space-after: null - scss/dollar-variable-colon-space-before: null - scss/operator-no-newline-after: null - scss/operator-no-newline-before: null - scss/operator-no-unspaced: null diff --git a/package.json b/package.json index 9ef4ae7..393a115 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,6 @@ "sass": "^1.58.0", "semver-parser": "^4.0.4", "stylelint": "^15.1.0", - "stylelint-config-prettier": "^9.0.5", "stylelint-config-standard-scss": "^7.0.0", "typedoc": "^0.23.25", "typescript": "^4.9.5", diff --git a/source/assets/sass/components/_pop-stripe.scss b/source/assets/sass/components/_pop-stripe.scss index 61ed2d5..a2788e4 100644 --- a/source/assets/sass/components/_pop-stripe.scss +++ b/source/assets/sass/components/_pop-stripe.scss @@ -1,5 +1,4 @@ @use 'sass:math'; - @use 'sass:list'; @use 'sass:meta'; @use '../functions'; diff --git a/source/assets/sass/components/_sass-syntax-switcher.scss b/source/assets/sass/components/_sass-syntax-switcher.scss index 8e98aee..14a17bb 100644 --- a/source/assets/sass/components/_sass-syntax-switcher.scss +++ b/source/assets/sass/components/_sass-syntax-switcher.scss @@ -216,6 +216,7 @@ html .ui-button.ui-state-disabled:active { .css-tab { position: absolute; left: calc(var(--split-location) - 1%); + @include -active-tab; &, diff --git a/source/assets/sass/layout/_grid-system.scss b/source/assets/sass/layout/_grid-system.scss index 5394bf0..8ec6095 100644 --- a/source/assets/sass/layout/_grid-system.scss +++ b/source/assets/sass/layout/_grid-system.scss @@ -1,5 +1,4 @@ @use 'sass:math'; - @use '../breakpoints'; @use '../functions'; diff --git a/source/assets/sass/sass.scss b/source/assets/sass/sass.scss index 2acb6ef..d89a485 100755 --- a/source/assets/sass/sass.scss +++ b/source/assets/sass/sass.scss @@ -1,7 +1,6 @@ /*! Sass */ @charset 'utf-8'; - @use 'config'; @use 'vendor/normalize'; @use 'vendor/sanitize'; diff --git a/source/assets/sass/visual-design/_theme.scss b/source/assets/sass/visual-design/_theme.scss index 6b39308..80f237b 100644 --- a/source/assets/sass/visual-design/_theme.scss +++ b/source/assets/sass/visual-design/_theme.scss @@ -1,6 +1,5 @@ @use '../config'; @use 'sass:math'; - @use 'sass:color'; @use 'sass:list'; @use '../functions'; @@ -59,8 +58,7 @@ $sl-colors: ( } /* prettier-ignore */ -$linear-channel-values: - 0 +$linear-channel-values: 0 .0003035269835488375 .000607053967097675 .0009105809506465125 diff --git a/source/assets/sass/visual-design/_typography.scss b/source/assets/sass/visual-design/_typography.scss index 46286db..aac9e13 100644 --- a/source/assets/sass/visual-design/_typography.scss +++ b/source/assets/sass/visual-design/_typography.scss @@ -1,5 +1,4 @@ @use 'sass:math'; - @use '../breakpoints'; @use '../functions'; diff --git a/yarn.lock b/yarn.lock index a6aa145..b0e41a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6330,7 +6330,6 @@ __metadata: sass: ^1.58.0 semver-parser: ^4.0.4 stylelint: ^15.1.0 - stylelint-config-prettier: ^9.0.5 stylelint-config-standard-scss: ^7.0.0 typedoc: ^0.23.25 typescript: ^4.9.5 @@ -6761,18 +6760,6 @@ __metadata: languageName: node linkType: hard -"stylelint-config-prettier@npm:^9.0.5": - version: 9.0.5 - resolution: "stylelint-config-prettier@npm:9.0.5" - peerDependencies: - stylelint: ">= 11.x < 15" - bin: - stylelint-config-prettier: bin/check.js - stylelint-config-prettier-check: bin/check.js - checksum: 3d04e463e0bb7e42a5ddec49eea6ef4ea07705d887e8a3ff1fcb82278a5e2bec1a36b8498ea7ed2d24878de29d7c94ac75b1d3ac4f8b19c3a84970595b29261f - languageName: node - linkType: hard - "stylelint-config-recommended-scss@npm:^9.0.0": version: 9.0.0 resolution: "stylelint-config-recommended-scss@npm:9.0.0"