Skip to content

Instantly share code, notes, and snippets.

View aftandilmmd's full-sized avatar
🏠
Working from home

Aftandil MMD aftandilmmd

🏠
Working from home
View GitHub Profile
@aftandilmmd
aftandilmmd / Tailwindcssunreset.scss
Created January 13, 2023 07:50 — forked from swyxio/Tailwindcssunreset.scss
Tailwind CSS Un-Reset - un-reset Tailwind's Preflight CSS Reset so that autogenerated HTML looks consistent with the rest of your Tailwind site. - https://www.swyx.io/writing/tailwind-unreset
.unreset {
a {
@apply text-blue-700 underline;
}
p {
@apply my-4;
}
blockquote,
figure {