Skip to content

Commit e3979a4

Browse files
committed
Revert example project
1 parent cb5edc8 commit e3979a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
44

55
module.exports = {
66
content: ['index.html'],
7-
plugins: [require('../dist/index.mjs')()],
7+
plugins: [require('../src')()],
88
theme: {
99
extend: {
1010
colors: {

0 commit comments

Comments
 (0)