# TRMNL X Guide TRMNL X is a larger, 4-bit e-paper display. This guide covers everything that changed in the Framework to support it. Your existing plugins will continue to work, but by adopting these new features you can build layouts that take full advantage of the larger screen, portrait orientation, and expanded grayscale. ### The --base Modifier Every element and component now supports an explicit `--base` size modifier. It produces the exact same result as using the class without any size modifier, but it lets you **reset to the default size at a specific breakpoint**. Previously, if you set a smaller size for compact screens, there was no way to undo it at a larger breakpoint. Now you can: Dashboard 48,206
Small on compact devices, default on large screens