UNPKG

css-sws

Version:

Significant whitespace for stylesheets

9 lines (7 loc) 133 B
import {darkGray} from '../colors' /** * Apply `body` default styles. */ body { margin: 0; color: =props.color || darkGray; }