Skip to content

Commit

Permalink
Fix name of css math invert class (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesodland authored Oct 26, 2023
1 parent 00941c8 commit daef204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy-cssom.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function installCSSOM() {
}
},

'CSSMathNegate': class extends MathOperation {
'CSSMathInvert': class extends MathOperation {
constructor(values) {
super([1, arguments[0]], 'invert', 'calc', ' / ');
}
Expand Down

0 comments on commit daef204

Please sign in to comment.