You've already forked AstralRinth
* Refactor search page, migrate to /discover/ * Add NormalPage component for common layouts, refactor Collections page as an example, misc ui pkg cleanup * intl:extract * lint * lint * remove old components * Refactor search page, migrate to /discover/ * Add NormalPage component for common layouts, refactor Collections page as an example, misc ui pkg cleanup * intl:extract * lint * lint * remove old components
12 lines
153 B
CSS
12 lines
153 B
CSS
@import '@modrinth/ui/src/styles/tailwind-utilities.css';
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
@apply font-bold;
|
|
}
|