Add Prettier. Remove unused Button component

This commit is contained in:
Lennon Puldagrealy
2022-12-18 11:14:41 -08:00
parent 278189d015
commit ed47bcaa7a
21 changed files with 374 additions and 353 deletions
+6 -6
View File
@@ -29,20 +29,20 @@ a {
}
} */
@font-face {
font-family: 'Inter';
font-family: "Inter";
font-weight: 100 900;
font-display: block;
font-style: normal;
font-named-instance: 'Regular';
src: url('/fonts/Inter-roman.var.woff2') format('woff2');
font-named-instance: "Regular";
src: url("/fonts/Inter-roman.var.woff2") format("woff2");
}
@font-face {
font-family: 'Inter';
font-family: "Inter";
font-weight: 100 900;
font-display: block;
font-style: italic;
font-named-instance: 'Italic';
src: url('/fonts/Inter-italic.var.woff2') format('woff2');
font-named-instance: "Italic";
src: url("/fonts/Inter-italic.var.woff2") format("woff2");
}
@tailwind base;