7 lines
93 B
CSS
7 lines
93 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
* {
|
|
@apply tracking-normal;
|
|
} |