adding stylelint to repo

This commit is contained in:
Amruth Pillai
2020-10-04 08:58:01 +05:30
parent 469f53bf6e
commit a11db1db10
36 changed files with 851 additions and 43 deletions

View File

@ -2,5 +2,6 @@
width: 75px;
z-index: 20;
box-shadow: var(--left-shadow);
@apply px-4 py-6 h-screen flex flex-col items-center;
}

View File

@ -1,5 +1,6 @@
.container {
z-index: 10;
@apply w-full h-screen overflow-scroll p-8;
@apply grid gap-8;
}
}