Add stylelint

This commit is contained in:
Vendicated 2023-01-30 05:02:17 +01:00
parent fce7d6b681
commit 62f7e4d45c
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
11 changed files with 773 additions and 32 deletions

View file

@ -1 +1 @@
@import url('https://cdn.jsdelivr.net/gh/devicons/devicon@v2.10.1/devicon.min.css');
@import url("https://cdn.jsdelivr.net/gh/devicons/devicon@v2.10.1/devicon.min.css");

View file

@ -12,7 +12,6 @@
overflow-x: auto;
padding: 0.5em;
position: relative;
font-size: 0.875rem;
line-height: 1.125rem;
text-indent: 0;
@ -47,7 +46,7 @@
padding: 4px 8px;
}
.shiki-btn~.shiki-btn {
.shiki-btn ~ .shiki-btn {
margin-left: 4px;
}
@ -57,7 +56,7 @@
.shiki-spinner-container {
align-items: center;
background-color: rgba(0, 0, 0, 0.6);
background-color: rgb(0 0 0 / 60%);
display: flex;
position: absolute;
justify-content: center;