Post: Testing Tailwind CSS plugins (#70)
* Add post * Mark as not a draft * Add note about preflight * Update heading
This commit is contained in:
parent
f8242622e3
commit
3d1beaf16d
4 changed files with 254 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue