All checks were successful
🚀 Release / release (push) Successful in 4m7s
Reviewed-on: #31 Co-authored-by: Max Richter <max@max-richter.dev> Co-committed-by: Max Richter <max@max-richter.dev>
11 lines
207 B
CSS
11 lines
207 B
CSS
@import "tailwindcss";
|
|
@source "../../packages/ui/**/*.svelte";
|
|
@plugin "@iconify/tailwind4" {
|
|
prefix: "i";
|
|
icon-sets: from-folder("custom", "./src/lib/icons");
|
|
}
|
|
|
|
body * {
|
|
color: var(--color-text);
|
|
}
|