Skip to content

Commit

Permalink
Revert example project
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed May 1, 2024
1 parent cb5edc8 commit e3979a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');

module.exports = {
content: ['index.html'],
plugins: [require('../dist/index.mjs')()],
plugins: [require('../src')()],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit e3979a4

Please sign in to comment.