Skip to content

Commit 9fcfbc6

Browse files
committed
Fix style
1 parent 174f372 commit 9fcfbc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generators/overflow.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ export default function() {
1515
'-ms-overflow-style': '-ms-autohiding-scrollbar',
1616
},
1717
'overflow-x-scroll': {
18-
'overflow-x': 'scroll' ,
18+
'overflow-x': 'scroll',
1919
'-ms-overflow-style': '-ms-scrollbar',
2020
},
2121
'overflow-y-scroll': {
22-
'overflow-y': 'scroll' ,
22+
'overflow-y': 'scroll',
2323
'-ms-overflow-style': '-ms-scrollbar',
2424
},
2525
'scrolling-touch': { '-webkit-overflow-scrolling': 'touch' },

0 commit comments

Comments
 (0)