1
0
mirror of https://github.com/vercel/commerce.git synced 2025-04-28 13:57:50 +00:00
2020-10-08 14:46:33 -06:00

10 lines
110 B
CSS

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