Skip to content

call tailwindcss:config hook after all modules are initialised #826

@danielroe

Description

@danielroe

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 calls tailwindcss:config. Alternatively, we could also call tailwindcss:config directly in getContents of a template.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions