Chapter 109: enableTailwind()
Core Idea
_available from v3. 3.
Key Concepts
- Multiple bundler changes
- Custom Tailwind config location<AvailableFrom v="4.0.187" />
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().
- Understand custom tailwind config location<availablefrom v="4.0.187" /> 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.