call tailwindcss:config
hook after all modules are initialised
#826
Labels
enhancement
New feature or request
tailwindcss:config
hook after all modules are initialised
#826
At the moment,
tailwindcss:config
is called synchronously when this module runs, meaning other modules which hope to use tailwindcss or modify its configuration must be registered before it.However, dependencies between modules aren't ideal. Instead, we should register a hook in
modules:done
that finally callstailwindcss:config
. Alternatively, we could also calltailwindcss:config
directly ingetContents
of a template.The text was updated successfully, but these errors were encountered: