jonbio/css/tailwind.css

12 lines
141 B
CSS
Raw Normal View History

2021-01-09 17:50:45 +08:00
@tailwind base;
@tailwind components;
@tailwind utilities;
.task-list-item:before {
2021-01-10 15:14:26 +08:00
@apply hidden;
2021-01-09 17:50:45 +08:00
}
html {
scroll-behavior: smooth;
}