destyle.css
Opinionated reset stylesheet that provides a clean slate for styling your html.
destyle-ts
Style reset for typescript. Converted desyle.css to style object.
@itkyk/emotion-reset-style
## Setup ```tsx // React import * as React from "react"; import {Global, css} from "@emotion/css"; import resetStyle from "@itkyk/emotion-reset-style";