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

Can you also add the simple code to run purgecss in production? #78

Open
riccardogiorato opened this issue Jun 24, 2020 · 1 comment
Open

Comments

@riccardogiorato
Copy link

This repository is great because it simply showcases how to use tailwind with create-react-app without other modules.

I would love just to see these few lines added to the tailwind config file to configure purge.

  purge: [
    './public/**/*.html',
    './src/**/*.tsx',
    './src/**/*.jsx',
  ],

Will you be able to add this lines @kriswep to help out newcomers? Do you prefer a Pull Request with this?

@kriswep
Copy link
Owner

kriswep commented Jun 24, 2020

Yes, that sounds good.
A PR would be appreciated for sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants