Post: Testing Tailwind CSS plugins (#70)

* Add post

* Mark as not a draft

* Add note about preflight

* Update heading
This commit is contained in:
Oliver Davies 2019-04-29 09:52:29 +02:00 committed by GitHub
parent f8242622e3
commit 3d1beaf16d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 254 additions and 4 deletions

View file

@ -2,12 +2,17 @@
@apply leading-normal;
h2,
h3 {
@apply text-black mb-3
h3,
h4 {
@apply text-black font-bold mb-3
}
h2 {
@apply mt-6 mb-2
@apply mt-8 mb-3
}
h3 {
@apply text-lg mt-8
}
p,