Skip to content

Commit 148e1f8

Browse files
committed
Fix customization docs tailwind plugin path
1 parent 89736d3 commit 148e1f8

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte-ux/src/routes/customization

1 file changed

+1
-1
lines changed

packages/svelte-ux/src/routes/customization/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
The Svelte UX tailwind plugin (`svelte-ux/plugins/tailwind.cjs`) will translate the defined colors to a common color space, which uses `hsl()` by default. If you would like to change the color space, for example use `oklch()` for an increased gamut of colors, simply call the plugin with the `colorSpace` option defined.
5252

5353
```js
54-
const svelteUx = require('./src/lib/plugins/tailwind.cjs');
54+
const svelteUx = require('svelte-ux/plugins/tailwind.cjs');
5555

5656
module.exports = {
5757
// ...

0 commit comments

Comments
 (0)