docs -> website
This commit is contained in:
9
packages/website/app/modules/ui/tailwind.css
Normal file
9
packages/website/app/modules/ui/tailwind.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer utilities {
|
||||
.prose aside {
|
||||
@apply opacity-75 italic border-l-4 pl-3 border-white/50;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user