Skip to content

Commit

Permalink
fix: unused rulesets and unknown pseudo element
Browse files Browse the repository at this point in the history
  • Loading branch information
ltabis committed Jan 28, 2025
1 parent f333ef4 commit ffc7f2a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/core/src/styles/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,9 @@ $colorsAll: (one, var(--gjs-primary-color)), (two, var(--gjs-secondary-color)),
}

.#{$app-prefix}test {
&::btn {
&btn {
color: '#fff';
}

&input {
}

&header {
}
}
.opac50 {
@include opacity(0.5);
Expand Down

0 comments on commit ffc7f2a

Please sign in to comment.