mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 09:21:32 +00:00
fix: align with latest stylelint
This commit is contained in:
parent
30fad01c47
commit
15fda7bbbc
@ -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,
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
/** Main **/
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
@media screen and (width <= 768px) {
|
||||
.description {
|
||||
text-align: center
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user