Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config with Preset Fail to Generated with CLI #436

Open
2 tasks done
yogiprsetya opened this issue Aug 14, 2022 · 1 comment
Open
2 tasks done

Config with Preset Fail to Generated with CLI #436

yogiprsetya opened this issue Aug 14, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@yogiprsetya
Copy link

yogiprsetya commented Aug 14, 2022

Environment:

  • TailwindCSS 3.1.8:
  • tailwindcss-classnames 3.0.5:
  • Node.js 14.18.1:

Current Behavior

Generate default config

Expected Behavior

Generate tailwind.config.js with any presets

How to Reproduce

Generate with CLI

module.exports = {
  presets: [require('the-preset-module')],
  content: ['src/**/*.{ts,tsx}'],
  theme: {
    0: 0,
    4: '4px',
    154: '154px'
  }
};

Possible solutions (Optional)

Additional Questions

  • I've searched the issues list and this is not a duplicate
  • I'm willing to fix this error
@yogiprsetya yogiprsetya added the bug Something isn't working label Aug 14, 2022
@rockmusicmaker
Copy link
Contributor

I am also seeing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants