fix: align with latest stylelint

This commit is contained in:
Bobby 2023-04-23 09:07:12 +07:00
parent 30fad01c47
commit 15fda7bbbc
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
"extends": "stylelint-config-standard-scss",
"rules": {
"block-closing-brace-newline-before": null,
"declaration-block-trailing-semicolon": "never",
"indentation": 2,
"no-descending-specificity": null,
"scss/at-import-no-partial-leading-underscore": null,
"selector-class-pattern": null,

View File

@ -3,7 +3,7 @@
/** Main **/
@media screen and (max-width: 768px) {
@media screen and (width <= 768px) {
.description {
text-align: center
}