Skip to content

Commit c7840f2

Browse files
authored
fix: responsive
closes #13
1 parent de969dd commit c7840f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const scrollbarHide = plugin(function ({ addUtilities }) {
2727
display: 'block'
2828
}
2929
}
30-
})
30+
}, ['responsive'])
3131
})
3232

3333
module.exports = scrollbarHide

0 commit comments

Comments
 (0)