Skip to content

Commit 7f31200

Browse files
committed
fix return
1 parent af33643 commit 7f31200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = function () {
2-
function({ addUtilities }) {
2+
return function({ addUtilities }) {
33
const sketchyBorders = {
44
'.border-sketchy-sm': {
55
borderRadius: '255px 25px 225px 25px/25px 225px 25px 255px',

0 commit comments

Comments
 (0)