/* Theme Name: Twenty Nineteen - Tailwind CSS Template: twentynineteen */ @tailwind base; a { @apply text-gray-600 no-underline } a:hover, a:focus { @apply text-blue-700 } @tailwind components; h2 { &:before { content: ''; @apply w-12 block border-t-2 border-gray-600 mb-6 } } .screen-reader-text { @apply absolute opacity-0 pointer-events-none } @import 'components/content.css'; @import 'components/post.css'; @tailwind utilities;