Skip to content

Commit

Permalink
fixed vuelessPreset path
Browse files Browse the repository at this point in the history
  • Loading branch information
hridniev committed Jun 3, 2024
1 parent 9d805d9 commit 86f8667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('tailwindcss').Config} */
import { vuelessPreset } from "./src/preset.tailwind/index.js";
import { vuelessPreset } from "./src/preset.tailwind.js";

export default {
presets: [vuelessPreset],
Expand Down

0 comments on commit 86f8667

Please sign in to comment.