Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingrando committed Apr 29, 2024
1 parent 166ab27 commit 0f6802e
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ $accordion_icon_size: var(--size-xl);
width: $accordion_icon_size;
fill: var(--accordion-color-header);

[aria-expanded='true']>& {
[aria-expanded='true'] > & {
transform: rotate(180deg);
}
}
Expand All @@ -124,4 +124,4 @@ $accordion_icon_size: var(--size-xl);
}
}

/* stylelint-enable no-descending-specificity */
/* stylelint-enable no-descending-specificity */
4 changes: 2 additions & 2 deletions src/components/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

&-link {
@include link;
color: var(--color-text-heading);

color: var(--color-text-heading);
text-decoration: none;
}
}
Expand All @@ -41,4 +41,4 @@
// @include button-base;
// @include button-color-primary;
// @include button-medium;
}
}
2 changes: 1 addition & 1 deletion src/components/docs/examples/_basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
&.basic .header {
border-bottom: 40px solid var(--color-primary-default);
}
}
}
6 changes: 3 additions & 3 deletions src/components/docs/examples/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
fill: var(--color-wup-blue-600);
}

.logo+nav {
.logo + nav {
margin-right: var(--spacing-xl);
}

Expand All @@ -54,7 +54,7 @@
opacity: 0.75;
}

>* {
> * {
z-index: 10;
position: relative;
}
Expand Down Expand Up @@ -187,4 +187,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/components/docs/examples/_program.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
max-width: 1000px;
margin: var(--spacing-2xl) auto 0;
}
}
}
6 changes: 3 additions & 3 deletions src/components/forms/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
}
}

@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {

@supports (-webkit-appearance: none) or (appearance: none) or
((-moz-appearance: none) and (mask-type: alpha)) {
/* Show custom arrow */
.form-item__dropdown::after {
display: block;
Expand Down Expand Up @@ -78,4 +78,4 @@
border-radius: 0;
}
}
}
}
2 changes: 1 addition & 1 deletion src/components/forms/textfields/_textfields.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ legend {
--input-color-label: var(--color-warning-default);
--input-border-color: var(--color-warning-default);
--input-color-help-text: var(--color-warning-default);
}
}
2 changes: 1 addition & 1 deletion src/components/menus/main-menu/_02-main-menu-link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@

.main-menu__link--sub-2 {
padding-left: var(--spacing-sm);
}
}
4 changes: 2 additions & 2 deletions src/components/storybook-styles/storybook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
margin: var(--spacing-2xl) 0 var(--spacing-md);
}

#root>div {
#root > div {
padding: var(--spacing-xl);
}

Expand Down Expand Up @@ -123,4 +123,4 @@
border-radius: var(--radius-lg);
width: max-content;
padding: var(--spacing-sm) var(--spacing-lg);
}
}
2 changes: 1 addition & 1 deletion src/components/text/text/_body.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
body {
color: var(--color-text-body);
}
}
2 changes: 1 addition & 1 deletion src/components/text/text/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
pre {
margin: 0;
background-color: var(--c-background-section);
}
}

0 comments on commit 0f6802e

Please sign in to comment.