Skip to content

Commit e9b314b

Browse files
authored
Don't dasherize property names twice (#148)
1 parent 9ae4d37 commit e9b314b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

addon/modifiers/style.js

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ export default class StyleModifier extends Modifier {
5353
value = value.replace('!important', '');
5454
}
5555

56-
// support camelCase property name
57-
property = dasherize(property);
58-
5956
// update CSSOM
6057
element.style.setProperty(property, value, priority);
6158

0 commit comments

Comments
 (0)