11 lines
169 B
CSS
11 lines
169 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
@tailwind variants;
|
|
|
|
@layer components {
|
|
.notimpl {
|
|
@apply italic font-light list-image-possible;
|
|
}
|
|
}
|