mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
move out stuff. move stuff around
This commit is contained in:
12
svelte.src/app.css
Normal file
12
svelte.src/app.css
Normal file
@@ -0,0 +1,12 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer components {
|
||||
.grid-table th, .grid-table td {
|
||||
@apply border-2;
|
||||
@apply border-solid;
|
||||
@apply border-slate-500;
|
||||
@apply p-2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user