Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed May 28, 2020
1 parent af33643 commit 7f31200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = function () {
function({ addUtilities }) {
return function({ addUtilities }) {
const sketchyBorders = {
'.border-sketchy-sm': {
borderRadius: '255px 25px 225px 25px/25px 225px 25px 255px',
Expand Down

0 comments on commit 7f31200

Please sign in to comment.