💄 add tailwindcss (#1)

Reviewed-on: #1
This commit is contained in:
2022-06-13 20:51:44 -04:00
parent 475def08ca
commit 1e23aa628c
8 changed files with 2074 additions and 85 deletions

View File

@ -1,32 +1,3 @@
:root {
--white: #fff;
}
* {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
color: var(--darkgray);
background-color: var(--white);
}
body>header,
body>main,
body>footer {
padding: 1rem;
margin: auto;
max-width: 1024px;
}
h1,
h2 {
font-weight: 600;
}
a {
text-decoration: none;
}
@tailwind base;
@tailwind components;
@tailwind utilities;