flexbox-reset
flexbox-reset copied to clipboard
A CSS reset that uses the flexbox model by default
```css a:link { text-decoration-thickness: revert; (maybe "from-font"?) } ```
```css summary { cursor: pointer; } ```
```css iframe, object, img, picture, video, canvas, svg { display : block; max-width: 100%; } ```
```css *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; } ```
```css blockquote, dd, dt, figcaption, p, h1, h2, h3, h4, h5, h6, li { overflow-wrap: break-word; } ```
Add `` element. Should be flex by default.