We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de969dd commit c7840f2Copy full SHA for c7840f2
src/index.js
@@ -27,7 +27,7 @@ const scrollbarHide = plugin(function ({ addUtilities }) {
27
display: 'block'
28
}
29
30
- })
+ }, ['responsive'])
31
})
32
33
module.exports = scrollbarHide
0 commit comments