You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import './less/index.less'; import '../../button/index.less';
console show error: file wasn't found.
reason:opts param is shared. so engine still uses the same filename when i import multiple nest less file.
The text was updated successfully, but these errors were encountered:
import './less/index.less'; import '../../button/index.less';
console show error: file wasn't found.
reason:opts param is shared. so engine still uses the same filename when i import multiple nest less file.
The text was updated successfully, but these errors were encountered: