treat
treat copied to clipboard
Accept raw strings and object styles in `globalStyle()`
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);