n-link/n-link-core/assets/tailwind.css

19 lines
232 B
CSS
Raw Permalink Normal View History

2020-09-26 20:44:36 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.el-popover {
@apply select-none;
}