feat: files draft
This commit is contained in:
@@ -7,6 +7,25 @@
|
||||
}
|
||||
}
|
||||
@layer utilities {
|
||||
.col-count-2 {
|
||||
column-count: 2;
|
||||
}
|
||||
.col-count-3 {
|
||||
column-count: 3;
|
||||
}
|
||||
.col-count-4 {
|
||||
column-count: 4;
|
||||
}
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
.no-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide scrollbar for IE, Edge and Firefox */
|
||||
.no-scrollbar {
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
/* word break */
|
||||
.wb {
|
||||
word-break: break-word;
|
||||
|
||||
Reference in New Issue
Block a user