style(scss): fix style-lint media-feature-range-notation issue (#1072)

See also: https://stylelint.io/user-guide/rules/media-feature-range-notation/
This commit is contained in:
Cotes Chung
2023-06-04 12:29:33 +08:00
committed by GitHub
parent 29a8bc26bc
commit 1682ce9d7c
6 changed files with 21 additions and 21 deletions

View File

@@ -240,7 +240,7 @@ div {
}
}
@media all and (min-width: 576px) {
@media all and (width >= 576px) {
div[class^='language-'] {
.post-content > & {
@include ml-mr(0);