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

Reading Tailwind config file fails silently #18

Open
designbyjr opened this issue Sep 9, 2019 · 0 comments
Open

Reading Tailwind config file fails silently #18

designbyjr opened this issue Sep 9, 2019 · 0 comments

Comments

@designbyjr
Copy link

const mix = require('laravel-mix'); require('mix-tailwindcss'); mix.js('resources/js/app.js', 'public/js') .sass('resources/sass/app.scss', 'public/css') .tailwind('dsdsjsdisdio');
The above code should fail, but it does not. Currently my npm verson is 6.3.0.
I got the latest installation from npm i mix-tailwindcss.

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

1 participant