refactor: use tailwindcss in less (#34)

* reduce less
This commit is contained in:
STEVEN
2022-03-11 04:54:11 +08:00
committed by GitHub
parent 7b882ebff3
commit b597d40470
23 changed files with 230 additions and 694 deletions

View File

@ -35,7 +35,7 @@
> .time-text {
font-size: 14px;
color: gray;
.mono-font-family();
@apply font-mono;
}
> .btns-container {
@ -181,7 +181,7 @@
> .time-text {
color: gray;
.mono-font-family();
@apply font-mono;
}
}
}