Skip to content

Commit

Permalink
Fix stylelint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Aug 13, 2022
1 parent f1a3af3 commit 706e9fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions css/spruce.css
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,6 @@ samp {
width: 100%;
}

/* stylelint-disable */
.btn--primary {
background-color: var(--spruce-btn-color-primary-background);
color: var(--spruce-btn-color-primary-foreground);
Expand All @@ -837,7 +836,6 @@ samp {
outline: 2px solid transparent;
}

/* stylelint-enable */
.form-file::-webkit-file-upload-button {
align-items: center;
border: 0;
Expand All @@ -857,6 +855,7 @@ samp {
transition-property: background-color, box-shadow, color;
transition-timing-function: var(--spruce-transition-timing-function);
}

.form-file::file-selector-button {
align-items: center;
border: 0;
Expand Down
2 changes: 0 additions & 2 deletions scss/mixin/_generator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
/* stylelint-disable */
@include generate-btn('.btn');

/* stylelint-disable */
.btn--primary { @include btn-variant(primary); }
.btn--secondary { @include btn-variant(secondary); }
/* stylelint-enable */

@include generate-file-btn(
'.form-file',
Expand Down

0 comments on commit 706e9fc

Please sign in to comment.