refactor: remove custom font-weight scss and update class usages
Delete the standalone font-weight.scss utility file, remove its import from the main scss index, and update all existing references to the custom font-{weight} classes to use either built-in semantic font utilities or inline functional font weight classes matching the project's utility-first styling pattern.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<image class="card-img flex-shrink-0 rounded-[14px]" :src="createSvgIndex(index)" />
|
||||
|
||||
<view class="min-width-0 flex flex-col flex-full pl-[8px] py-[4px]">
|
||||
<view class="w-full font-size-12 font-600 text-[#171717] ellipsis-1">
|
||||
<view class="w-full font-size-12 font-[600] text-[#171717] ellipsis-1">
|
||||
{{ item.title }}
|
||||
</view>
|
||||
<view class="w-full font-size-9 text-[#94a3b8] ellipsis-1">
|
||||
|
||||
Reference in New Issue
Block a user