remove editor.css

This commit is contained in:
gitfromwildan
2025-05-29 02:20:36 +07:00
parent 253166a6ee
commit 3280af7183
6 changed files with 62 additions and 110 deletions

View File

@@ -3,7 +3,6 @@
@tailwind utilities;
@import url("../styles/syntax.css");
@import url("../styles/editor.css");
/* ocean */
@layer base {
@@ -119,22 +118,6 @@ pre>code {
background-color: transparent !important;
}
.line-clamp-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
@layer utilities {
.animate-shine {
--animate-shine: shine var(--duration) infinite linear;