css样式文件结构( 模块划分的单入口 ) | |
common |_ _ _ _ _ _reset.css |_ _ _ _ _ _common.css | 公用样式 |
libs |_ _ _ _ _ _bootstrap |_ _ _ _ _ _swiper | 第三方库样式 |
modules |_ _ _ _ _ _index |_ _ _ _ _ _category |_ _ _ _ _ user ...... | 模块样式 |
index.css category.css user.css ...... | 入口样式文件 |
转载于:https://www.cnblogs.com/taoshihan/p/5204312.html