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
According to the documentation, it worked for me in the past...
You can create a tailwind.config.js configuration file by running the initialize function on the SwiftyTailwind instance:
When running the tool, you can pass the working directory from where it runs. I believe when Tailwind tries to resolve the plugins, it'll resolve the plugins through the Node module system so as long as those plugins are resolvable from that directory, it should work. For example:
In my current TailwindCSS project using JS I define plugins in a
tailwind.config.js
file such as:This file is also where I extended the theme.
With Vapor and SwiftyTailwind, how can I achieve the same thing?
The text was updated successfully, but these errors were encountered: