Skip to content

Commit

Permalink
igrone v2-compatible-reset
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Dec 30, 2019
1 parent 08c7fdf commit 1822c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion genModuleLess.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const genModuleLess = (parents, isModule) => {
!filePath.includes('global.less') &&
!filePath.includes('bezierEasing.less') &&
!filePath.includes('colorPalette.less') &&
!filePath.includes('tinyColor.less'),
!filePath.includes('tinyColor.less') &&
!filePath.includes('v2-compatible-reset'),
)
.forEach(realPath => {
// post css add localIdentNamePlugin
Expand Down

0 comments on commit 1822c89

Please sign in to comment.