refactor: sort classes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user