10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
[x-cloak] {
|
|
display: none
|
|
}
|
|
}
|