Skip to content

Commit

Permalink
fix: tailwind config import
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Dec 5, 2024
1 parent 829c14f commit 99f6947
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 99f6947

Please sign in to comment.