Skip to content

Commit

Permalink
Fix tests after prefixes upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Feb 23, 2021
1 parent 4710dbc commit da42dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules/prefixes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports.tests = [
}
},
{
css: '.foo { -webkit-filter: blur(5px) }',
css: '.foo { -webkit-backdrop-filter: blur(5px) }',
metrics: {
oldPropertyPrefixes: 0
}
Expand Down

0 comments on commit da42dbc

Please sign in to comment.