Skip to content

Commit

Permalink
docs: enable stylelint declaration-block-no-duplicate-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Oct 29, 2022
1 parent 8a15968 commit 782aab7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion docs/.stylelintrc.json
Expand Up @@ -7,7 +7,6 @@
"color-hex-case": null,
"custom-property-empty-line-before": null,
"custom-property-pattern": null,
"declaration-block-no-duplicate-properties": null,
"declaration-block-no-redundant-longhand-properties": null,
"declaration-block-no-shorthand-property-overrides": null,
"hue-degree-notation": null,
Expand Down
1 change: 0 additions & 1 deletion docs/src/assets/scss/carbon-ads.scss
Expand Up @@ -15,7 +15,6 @@
padding: .6em;
font-size: 1rem;
overflow: hidden;
border-radius: 4px;
background-color: var(--body-background-color);
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
Expand Down
1 change: 0 additions & 1 deletion docs/src/assets/scss/components/search.scss
Expand Up @@ -65,7 +65,6 @@
.search .search-results {
font-size: .875rem;
background-color: var(--body-background-color);
position: relative;
z-index: 10;
width: 100%;
border-radius: 0 0 var(--border-radius) var(--border-radius);
Expand Down
2 changes: 0 additions & 2 deletions docs/src/assets/scss/forms.scss
Expand Up @@ -25,7 +25,6 @@

.label__text.label__text {
display: flex;
font-size: .875rem;
align-items: center;
gap: .5rem;
font-size: .875rem;
Expand All @@ -44,7 +43,6 @@ input {
font: inherit;
font-size: 1rem;
display: block;
line-height: 1.3;
min-width: 0;
line-height: 1.3;
max-width: 100%;
Expand Down
1 change: 0 additions & 1 deletion docs/src/assets/scss/languages.scss
Expand Up @@ -13,7 +13,6 @@

a {
color: inherit;
display: block;
width: 100%;
padding: .75rem .1rem;
text-decoration: none;
Expand Down
1 change: 0 additions & 1 deletion docs/src/assets/scss/syntax-highlighter.scss
Expand Up @@ -36,7 +36,6 @@ pre[class*="language-"] {
padding: 1.5rem;
margin: 1.5rem 0;
overflow: auto;
background-color: var(--color-neutral-50);
border-radius: var(--border-radius);
background-color: var(--lightest-background-color);
color: var(--color-neutral-900);
Expand Down
1 change: 0 additions & 1 deletion docs/src/assets/scss/versions.scss
Expand Up @@ -14,7 +14,6 @@

a {
color: var(--link-color);
display: block;
width: 100%;
padding: 1rem .5rem;
text-decoration: none;
Expand Down

0 comments on commit 782aab7

Please sign in to comment.