Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvain Liechti committed Nov 12, 2019
1 parent fb3d10c commit b46f5cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/prefixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const prefixer = (options) => (css) => {
});

css.replaceValues(variableRegexGlobal, { fast: 'var(' }, (string) => {

if (itMatchsOne(ignore, variableRegex.exec(string)[1])) {
return string;
}
Expand Down

0 comments on commit b46f5cf

Please sign in to comment.