flexbox-reset icon indicating copy to clipboard operation
flexbox-reset copied to clipboard

A CSS reset that uses the flexbox model by default

Results 6 flexbox-reset issues
Sort by recently updated
recently updated
newest added

```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.