Browse Source
Compound selectors may no longer be extended (#2219)
Compound selectors may no longer be extended
pull/2253/head
Artur Arseniev
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/styles/scss/_gjs_selectors.scss
|
|
@ -3,7 +3,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.#{$clm-prefix}select { |
|
|
.#{$clm-prefix}select { |
|
|
@extend .#{$sm-prefix}field.#{$sm-prefix}select; |
|
|
@extend .#{$sm-prefix}field, .#{$sm-prefix}select; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.#{$clm-prefix}tags { |
|
|
.#{$clm-prefix}tags { |
|
|
|