UNPKG

css-preflight

Version:

CSS browser reset based on Tailwind's preflight, with optional enhancements.

12 lines (9 loc) 132 B
/* Converts 1rem to 1px to make it easier to convert between them */ :root { font-size: 6.25%; } body { font-size: 16rem; }