Eleventy-Blog-Template/tailwind.css

11 lines
231 B
CSS
Raw Permalink Normal View History

2024-01-20 05:59:52 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
.paginator-text {
@apply text-gray-600 font-bold py-2 px-4;
}
.post-tag {
@apply inline-block text-xs rounded-full py-2 px-4 mt-1 mr-1 bg-gray-300 dark:bg-gray-500;
}