mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 17:51:08 +00:00
8 lines
137 B
CSS
8 lines
137 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
/* anchor links in markdown headings */
|
|
.anchor svg {
|
|
display: inline;
|
|
}
|