refactor: swap stylelint css order plugin for prettier plugin

This commit is contained in:
2025-07-31 13:41:39 +02:00
parent 048dee0a6d
commit 0b2695a380
64 changed files with 649 additions and 635 deletions

View File

@@ -9,11 +9,11 @@
<style lang="scss">
ul {
margin: 16px;
display: flex;
gap: 16px;
list-style-type: none;
margin: 16px;
padding: 0;
list-style-type: none;
}
a {