/* eslint-disable react-dom/no-dangerously-set-innerhtml */ import React from 'react'; import { Flex } from 'antd'; const styleTxt = ` @scope (.blog-css-tricks-a) to (span) { color: red; } .blog-css-tricks-b { color: blue; } `; export default () => (
Should be red
Should be blue
);