Changed index.css to scss

This commit is contained in:
Siklos 2022-08-03 22:46:05 +02:00
parent 5f312b9ff7
commit 23de954c6f
2 changed files with 1 additions and 1 deletions

15
src/index.scss Normal file
View file

@ -0,0 +1,15 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.sidebar-row {
@apply p-6 w-full
}
.elements-sidebar-row {
@apply pl-6 pr-6 pt-2 pb-2 w-full
}
.close-button {
@apply transition-all w-full h-auto p-4 flex
}
}