refactor: sort classes

This commit is contained in:
liyasthomas
2021-12-31 20:05:39 +05:30
parent 80956fbd27
commit b343789554
62 changed files with 349 additions and 352 deletions

View File

@@ -1,7 +1,9 @@
*,
*::before,
*::after {
* {
@apply backface-hidden;
@apply before:backface-hidden;
@apply after:backface-hidden;
@apply selection:bg-accentDark;
@apply selection:text-accentContrast;
}
:root {
@@ -37,11 +39,6 @@
@apply hidden;
}
::selection {
@apply bg-accentDark;
@apply text-accentContrast;
}
input::placeholder,
textarea::placeholder {
@apply text-secondary;
@@ -457,8 +454,8 @@ pre.ace_editor {
@apply px-1;
}
.capitalize-first::first-letter {
@apply capitalize;
.capitalize-first {
@apply first-letter:capitalize;
}
@media (max-width: 767px) {