Browse Source
fix: unknown pseudo element and unused rulesets in scss (#6389)
fix: unused rulesets and unknown pseudo element
pull/6398/head
Lucas Tabis
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
7 deletions
-
packages/core/src/styles/scss/main.scss
|
|
|
@ -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); |
|
|
|
|