8 lines
88 B
CSS
8 lines
88 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.prose{
|
|
color: inherit;
|
|
}
|