Something like the following: ```js theme: { breakpointPlugin: { excludedScreens: ['s-max', 'xs-max'], }, } ``` This allows to extend the screens configuration with custom values without breaking the usage of this plugin.