--- --- /* Front matter is necessary for Jekyll */ @import "tailwindcss/base"; @import "tailwindcss/components"; @import "_includes/syntax"; /* BEGIN CUSTOM STYLES */ :root { --color-primary: #53a; } body { @apply bg-gray-100 text-yellow-600; h1 { @apply text-4xl; color: var(--color-primary); } } /* /END CUSTOM STYLES */ @tailwind utilities;