We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66dcc69 commit 48a1437Copy full SHA for 48a1437
packages/compiler/src/shadow_css.ts
@@ -808,8 +808,8 @@ export class ShadowCss {
808
let scopedSelector = '';
809
let startIndex = 0;
810
let res: RegExpExecArray | null;
811
- // Combinators aren't used as a delimeter if they are within parenthesis, for example
812
- // `:where(.one .two)` stays intact.
+ // Combinators aren't used as a delimiter if they are within parenthesis,
+ // for example `:where(.one .two)` stays intact.
813
const sep = /( |>|\+|~(?!=))(?![^\(]*\))\s*/g;
814
815
// If a selector appears before :host it should not be shimmed as it
0 commit comments