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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user