feat: integrate Tailwind CSS and remove legacy styles
This commit is contained in:
@@ -35,12 +35,6 @@ h1 {
|
||||
font-size: 4.5rem;
|
||||
}
|
||||
}
|
||||
h1 span.tapered {
|
||||
background-size: 100% 15%;
|
||||
background-repeat: repeat-x;
|
||||
background-position: left 0% bottom 15%;
|
||||
background-image: linear-gradient(179deg,var(--bs-yellow) 0%, var(--bs-yellow) 50%,transparent 54%, transparent 100%);
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
/* Keep existing imports for now, comment out or remove as needed during conversion */
|
||||
@import 'abstracts/variables';
|
||||
@import 'abstracts/mixins';
|
||||
@import 'abstracts/fonts';
|
||||
|
||||
Reference in New Issue
Block a user