app.less 311 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;

/* 修复 NutUI 图标字体样式 */
.nut-icon {
  font-style: normal !important;
  font-weight: normal !important;
}

/* 修复所有可能的图标字体 */
[class*="nut-icon"] {
  font-style: normal !important;
  font-weight: normal !important;
}