Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit ab13cc1

Browse files
committed
Make sure to destructure addUtilities
1 parent 15768d1 commit ab13cc1

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,7 +1,7 @@
11
const svgToDataUri = require('mini-svg-data-uri')
22
const defaultTheme = require('tailwindcss/defaultTheme')
33

4-
module.exports = function ({ addComponents, theme }) {
4+
module.exports = function ({ addUtilities, addComponents, theme }) {
55

66
// Temporary until this class is added to core
77
addUtilities({

0 commit comments

Comments
 (0)