Home > @lynx-js/template-webpack-plugin > EncodeCSSOptions
The options for encoding CSS.
Signature:
Property | Modifiers | Type | Description |
---|---|---|---|
enableCSSInvalidation | boolean | CSS Invalidation refers to the process of determining which elements need to have their styles recalculated when the DOM is updated. | |
enableCSSSelector | boolean | enableCSSSelector controls whether enabling the new CSS implementation. | |
enableRemoveCSSScope | boolean | enableRemoveCSSScope controls whether CSS is restrict to use in the component scope.
| |
targetSdkVersion | string | enableRemoveCSSScope controls whether CSS is restrict to use in the component scope.
|