-
Notifications
You must be signed in to change notification settings - Fork 2
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
Stroke not applies #28
Comments
@silveltman I think you're using the v1 of the plugin since v2 is marked as beta on npm. If you want to use v1 you'll have to require the plugin like this: require('tailwindcss-text-fill-stroke')() If you want to use v2 (which is the one with support for arbitrary values and all of the cool things from TailwindCSS v3), you can try installing Sorry for the inconvenience. I published this as a beta expecting to hear back from some of the users that encountered the same issues you pointed out but they never got back to me. If this is something you're planning on using on a current project, I'd love to hear if everything works as you'd expect once running the I'll look into adding a playground demo before moving out of beta and, hopefully at a later date, support for using it with custom properties to better align its usage to other color-related plugins from core. |
@hacknug Regarding the beta, I'm only using it for I appreciate the additional flexibility of arbitrary values and the lower number of sub-dependencies. |
The beta version appears to be working fine in my project as well. Is there an ETA for when beta will be released as the official version? |
@hacknug would be nice to see an official release of the beta 👀 |
I've setup correctly (I believe), but the plugin is not doing anything.
tailwind.config.js:
markup:
The text was updated successfully, but these errors were encountered: