-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Merge extend
objects deeply by default
#88
Comments
Hi, I would like to get stuck in can you tell me how to set up locally on a Mac. For example do I create a link to the cloned version? I setup a react project in Typescript and created a link from the cloned version of Tailwindcss-classnames to the app but got the following error: npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/tailwindcss-classnames/lib/cli/index.js' can you help with this please. |
Sure! You can now invoke the cli by running |
Was this change already implemented, but the issue not closed? For example, if I use the following basic tailwind configuration: module.exports = {
theme: {
extend: {
colors: {
red: {
5000: '#FF0000'
}
}
}
}
} Now I run
This looks like a correct deep-merge to me, or did I misunderstand the issue? |
I think you're right 👍. I will close this. Thank you! |
(#2679)
The text was updated successfully, but these errors were encountered: