mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 04:31:35 +10:00
adding stylelint to repo
This commit is contained in:
@ -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;
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
@tailwind base;
|
||||
|
||||
@tailwind components;
|
||||
|
||||
@tailwind utilities;
|
||||
|
||||
@ -10,5 +10,6 @@
|
||||
|
||||
.Toastify__toast-body {
|
||||
font-family: "Montserrat", sans-serif;
|
||||
|
||||
@apply font-medium;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user