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,6 +2,7 @@ html,
body {
font-size: 12px;
font-family: 'Montserrat', sans-serif;
@apply text-primary-900 bg-primary-50;
@apply transition-colors duration-200 ease-in-out;
}
@ -42,7 +43,7 @@ section {
100% {
transform: rotate(360deg);
}
}w
}
.markdown {
@apply leading-relaxed whitespace-pre-wrap;

View File

@ -1,5 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

View File

@ -10,5 +10,6 @@
.Toastify__toast-body {
font-family: "Montserrat", sans-serif;
@apply font-medium;
}