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:
@@ -12,7 +12,7 @@
|
||||
<uni-icons fontFamily="znicons" size="20" color="#333">
|
||||
{{ zniconsMap["zn-refund"] }}
|
||||
</uni-icons>
|
||||
<text class="font-size-14 font-600 text-[#171717] ml-[8px]">
|
||||
<text class="font-size-14 font-[600] text-[#171717] ml-[8px]">
|
||||
{{ refundTitle }}
|
||||
</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user