Capítulo 105 de 988

Chapter 105: enableScss()

Core Idea

_available from v4. 0.

Key Concepts

  • See also

Code Examples

Config.overrideBundlerConfig((currentConfiguration) => {
  return enableScss(currentConfiguration);
});
  • What it demonstrates: Usage pattern for enableScss() from the official docs.

Key Takeaways

  1. Understand see also when working with enableScss().

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.