weishenHong / todo-and-infos

一些待办事项和技术相关信息收集
1 stars 0 forks source link

項目css文件規範 #33

Open weishenHong opened 1 year ago

weishenHong commented 12 months ago

common/ global 全局、通用 theme 主题 variables 变量 reset 重置样式 index.css 出口

/* styles/index.css */

/* Import other CSS files */
@import 'header.css';
@import 'sidebar.css';
@import 'product-card.css';

/* You can also add additional global styles here if needed */