treat icon indicating copy to clipboard operation
treat copied to clipboard

Accept raw strings and object styles in `globalStyle()`

Open kripod opened this issue 6 years ago • 0 comments

Motivation

Published CSS normalizations and resets could be applied without hassle:

import css from 'normalize.css!raw';
import { globalStyle } from 'treat';

// Apply stringified CSS normalizer globally
globalStyle(css);

kripod avatar Apr 12 '20 00:04 kripod