You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatescopecssDisable=false// use block comments /* scopecss-disable */ to disable scopecss in your file, and use /* scopecss-enable */ to enable scopecss
35
35
privatescopecssDisableSelectors: Array<string>=[]// disable or enable scopecss for specific selectors
36
36
privatescopecssDisableNextLine=false// use block comments /* scopecss-disable-next-line */ to disable scopecss on a specific line
37
+
privateoptionCssSelectors: Array<string>=[]// use this option to include specific selectors, so that they will be affected by scopecss ,like microApp.options.optionCss
0 commit comments