public/tailwind.css

12 lines
236 B
CSS
Raw Normal View History

2021-04-07 12:21:17 -04:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2021-04-07 18:18:16 -04:00
/*.paginator-text {
2021-04-07 12:21:17 -04:00
@apply text-gray-600 font-bold py-2 px-4;
2021-04-07 18:18:16 -04:00
}*/
2021-04-07 12:21:17 -04:00
.post-tag {
@apply inline-block text-xs rounded-full py-1 px-2 mt-1 mr-1 bg-gray-300 dark:bg-gray-500;
}