Skip to content

Commit c3abaa8

Browse files
committed
Remove commented code
1 parent 5844bbd commit c3abaa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/css/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ export const css = args => (props = {}) => {
150150
const transform = get(transforms, prop, get)
151151
const value = transform(scale, val, val)
152152
if (directions[prop]) {
153-
// if (Array.isArray(prop)) {
154153
const dirs = directions[prop]
155154
for (let i = 0; i < dirs.length; i++) {
156155
result[dirs[i]] = value

0 commit comments

Comments
 (0)