Use '::' for pseudo-classes & ::marker

This commit is contained in:
Alexander Zeilmann
2021-12-19 12:06:08 +01:00
parent 4cad812865
commit c6e727b193
2 changed files with 25 additions and 7 deletions

View File

@ -2,10 +2,14 @@
@tailwind components;
@tailwind utilities;
.task-list-item:before {
.task-list-item::before {
@apply hidden;
}
.task-list-item {
@apply list-none;
}
html {
scroll-behavior: smooth;
}