(shadowRoot, css)
| 198 | * @return {string} |
| 199 | */ |
| 200 | export function transformShadowCss(shadowRoot, css) { |
| 201 | return scopeShadowCss(shadowRoot, css); |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * Transforms CSS to isolate AMP CSS within the shadow root and reduce the |
no test coverage detected