比如:页面中需要同时引入import './common.less'import style from './style.less';现在我只能使用其中一种,不能两种同时使用。请教下各位都是怎么处理这个问题的?
import style from './style.module.less';
使用css-module