UNPKG

stylelint-processor-styled-components

Version:
8 lines (6 loc) 98 B
import { injectGlobal } from 'styled-components'; injectGlobal` html { color: blue; } `;