mirror of
https://github.com/primer/css.git
synced 2024-12-25 23:23:47 +03:00
cssstats bug
This commit is contained in:
parent
074c74eb19
commit
47989e1933
@ -26,7 +26,7 @@ describe('deprecations', () => {
|
||||
}
|
||||
})
|
||||
|
||||
it('A selector was removed from the codebase and added to upcoming major release deprecations file.', () => {
|
||||
it('A selector was removed from the codebase but not added to upcoming major release deprecations file.', () => {
|
||||
const removedSelectors = selectorsDiff['removed']
|
||||
const nextMajor = semver.inc(version, 'major')
|
||||
const deprecations = getDeprecatedSelectors(nextMajor)
|
||||
|
@ -4,6 +4,8 @@
|
||||
[data-color-mode="light"][data-light-theme="#{$theme-name}"],
|
||||
[data-color-mode="dark"][data-dark-theme="#{$theme-name}"] {
|
||||
@content;
|
||||
|
||||
/*! */ // This is a fix for a cssstats bug see https://github.com/cssstats/cssstats/issues/331
|
||||
}
|
||||
}
|
||||
@else {
|
||||
|
Loading…
Reference in New Issue
Block a user