Normalizing Style Sheets

This commit is contained in:
Belen Curcio
2020-10-15 16:12:46 -03:00
parent ab45e28813
commit 0c9f3ef8d0
9 changed files with 20 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
.root {
@apply grid grid-cols-12 w-full gap-6 px-3 py-6 border-b border-primary-hover;
@apply grid grid-cols-12 w-full gap-6 px-3 py-6 border-b border-accents-2;
&:nth-child(3n + 1) {
& .productBg {