refactor(home-components): migrate styles to tailwind and clean up legacy code
Replace custom CSS utility classes with Tailwind arbitrary value classes (e.g. color-CBD5E1 → text-[#cbd5e1]). Remove unused standalone SCSS style files for three home components. Swap legacy uni-icons to van-icon for arrow icons in LongTextGuideCard, and fix event emitter usage in DiscoveryCradContentList to use the imported events utility.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{{ subtitle }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="visual-action-row__arrow color-CBD5E1 font-700">›</div>
|
||||
<div class="visual-action-row__arrow text-[#cbd5e1] font-700">›</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user