feat(ui): more improvements to initial loading state

This commit is contained in:
Gabe Kangas
2023-06-28 07:52:35 -07:00
parent b4cab0ec7f
commit 6805a7c1db
4 changed files with 26 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
"extends": "stylelint-config-standard-scss",
"rules": {
"selector-class-pattern": null,
"no-descending-specificity": null
"no-descending-specificity": null,
"selector-pseudo-class-no-unknown": null
}
}