Skip to content

Commit

Permalink
Refactor for line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmakes committed Mar 3, 2020
1 parent 4c3d542 commit cd6aa26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/instance/functions/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ export default function style(element) {

transform.generated = {
initial: `${transform.property}: matrix3d(${product.join(', ')});`,
final: `${transform.property}: matrix3d(${transform.computed.matrix.join(
', '
)});`
final: `${transform.property}: matrix3d(${transform.computed.matrix.join(', ')});`
}
} else {
transform.generated = {
Expand Down

0 comments on commit cd6aa26

Please sign in to comment.