Files
2022-01-12 21:58:43 +00:00

8 lines
99 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.grayscale {
filter: grayscale(1);
}