Skip to content

Commit

Permalink
Merge pull request #2626 from gluestack/fix/tailwind-plugin-import
Browse files Browse the repository at this point in the history
Fix/tailwind plugin import
  • Loading branch information
Viraj-10 authored Dec 5, 2024
2 parents 7c7add5 + 99f6947 commit 8f851aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/storybook-nativewind/src/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const gluestackPlugin = require('@gluestack-ui/nativewind-utils/tailwind-plugin');
import gluestackPlugin from '@gluestack-ui/nativewind-utils/tailwind-plugin';

/** @type {import('tailwindcss').Config} */
module.exports = {
Expand Down

0 comments on commit 8f851aa

Please sign in to comment.