Maple
⌘K
DOCUMENTATIONv2.0.17

No Unused Styles

The existence of unused code is structurally impossible with Maple. Like automatic splitting, "no unused styles" emerges naturally from the architecture.

In practice, this completely eliminates the anxiety of managing styles at scale:

  • No "legacy CSS" to maintain: You never have to maintain or ship CSS for features that were removed months ago.
  • No fear of deletion: You can confidently delete a component without worrying about breaking a hidden dependency on a forgotten route.

As styles cannot exist “just in case”, the styling footprint is always perfectly aligned with the actual feature set of the project.

ESC

Start typing to search across the documentation.