Skip to content

Commit

Permalink
Alter example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed May 1, 2024
1 parent c383a4d commit ce532ce
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('../src/tailwindcss-oklch/src')()],
plugins: [require('../src/tailwindcss-oklch/dist/index.mjs')()],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit ce532ce

Please sign in to comment.