You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
/*
|-----------------------------------------------------------------------------
| Plugins https://tailwindcss.com/docs/plugins
|-----------------------------------------------------------------------------
|
| Here is where you can register any plugins you'd like to use in your
| project. Tailwind's built-in `container` plugin is enabled by default to
| give you a Bootstrap-style responsive container component out of the box.
|
| Be sure to view the complete plugin documentation to learn more about how
| the plugin system works.
|
*/
plugins: [
require('./src/tailwind-custom-plugins/my-tailwind-plugin.js')(),
],
The text was updated successfully, but these errors were encountered:
Hi there,
Is it possible to load tailwind plugins and use them within my styled components?
For instance something like this?
And in my tailwind.js:
The text was updated successfully, but these errors were encountered: