mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-30 23:01:34 +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",
|
"extends": "stylelint-config-standard-scss",
|
||||||
"rules": {
|
"rules": {
|
||||||
"block-closing-brace-newline-before": null,
|
"block-closing-brace-newline-before": null,
|
||||||
"declaration-block-trailing-semicolon": "never",
|
|
||||||
"indentation": 2,
|
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
"scss/at-import-no-partial-leading-underscore": null,
|
"scss/at-import-no-partial-leading-underscore": null,
|
||||||
"selector-class-pattern": null,
|
"selector-class-pattern": null,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/** Main **/
|
/** Main **/
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (width <= 768px) {
|
||||||
.description {
|
.description {
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user