12 lines
160 B
CSS
12 lines
160 B
CSS
/* These Styles will be converted by tailwind */
|
|
|
|
|
|
@import "tailwindcss";
|
|
|
|
#resumePreviewSection {
|
|
display: none;
|
|
}
|
|
|
|
#coverLetterSection {
|
|
display: none;
|
|
}
|