- From: Ronaldo Maciel <notifications@github.com>
- Date: Mon, 23 Jul 2018 09:30:38 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 July 2018 16:31:01 UTC
Is not working when I use two pseudo-elements in ::slotted expression. Example: `::slotted(.element):last-child:after { content: none; }` But is working when: `::slotted(.element):after { content: '-'; }` Is there a way to solve this? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/756
Received on Monday, 23 July 2018 16:31:01 UTC