UNPKG

@aegisjsproject/styles

Version:

Pre-made and reusable styles for `@aegisjsproject/core`

10 lines (7 loc) 155 B
import { css } from '@aegisjsproject/parsers/css.js'; export const reset = css`body { margin: 0; } *, ::before, *::after { box-sizing: border-box; }`;