Skip to content

Commit 2cd628f

Browse files
committed
added increase specificity ignoreList option in css loader
1 parent 3db24a3 commit 2cd628f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/processCss.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ module.exports = function processCss(inputSource, inputMap, options, callback) {
193193
stackableRoot: increaseSpecificity.stackableRoot || '',
194194
repeat: increaseSpecificity.repeat || 1,
195195
overrideIds: increaseSpecificity.overrideIds || true,
196+
ignoreList: increaseSpecificity.ignoreList || [],
196197
})
197198
]);
198199

0 commit comments

Comments
 (0)