Skip to content

Commit

Permalink
fix: responsive
Browse files Browse the repository at this point in the history
closes #13
  • Loading branch information
reslear committed Nov 23, 2021
1 parent de969dd commit c7840f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const scrollbarHide = plugin(function ({ addUtilities }) {
display: 'block'
}
}
})
}, ['responsive'])
})

module.exports = scrollbarHide

0 comments on commit c7840f2

Please sign in to comment.