[前端]css前端样式的模块化

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