Home > @lynx-js/react-rsbuild-plugin > PluginReactLynxOptions > customCSSInheritanceList
When PluginReactLynxOptions.enableCSSInheritance is enabled, customCSSInheritanceList
can control which properties are inheritable, not just the default ones.
Signature:
By setting customCSSInheritanceList: ['direction', 'overflow']
, only the direction
and overflow
properties are inheritable.