n-link/n-link-core/assets/tailwind.css
2020-10-02 16:17:55 -04:00

19 lines
232 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.el-popover {
@apply select-none;
}