Relocate stylesheets to their proper component

This commit is contained in:
Alejandro Celaya
2023-08-07 20:43:05 +02:00
parent 30455864fa
commit 914efc6a64
7 changed files with 13 additions and 22 deletions

View File

@@ -1,5 +0,0 @@
@mixin text-ellipsis() {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}