1
0
mirror of https://github.com/vercel/commerce.git synced 2025-04-30 06:47:50 +00:00
2020-10-13 14:42:24 -03:00

10 lines
111 B
CSS

.separator {
@apply mx-3 bg-secondary;
width: 1px;
height: 20px;
}
.separator:before {
content: '';
}