Chapter 111: enableTailwind()
Core Idea
_available from v4. 0.
Key Concepts
Code Examples
Config.overrideBundlerConfig((currentConfiguration) => {
return enableTailwind(currentConfiguration);
});
- What it demonstrates: Usage pattern for enableTailwind() from the official docs.
Key Takeaways
- Understand multiple bundler changes when working with enableTailwind().
Connects To
- Authoring Packages: related page in the CLI & Bundling section.
- Bundle: related page in the CLI & Bundling section.
- Bundler: related page in the CLI & Bundling section.