# extendify/0.6.0/utility-framework/classes/fallback.css

Extendify, version 0.6.0. 11 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.6.0/code/utility-framework/classes/fallback.css
- Raw: https://pluginprobe.com/plugins/extendify/0.6.0/raw/utility-framework/classes/fallback.css
- Modified: 2022-01-06T18:08:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/0.6.0/code/utility-framework/classes/fallback.css#L10-L20`.

```css
/* Ensure image block display is standardized */
.ext .wp-block-image {
    /* no suggestion */
    @apply ext-relative ext-text-center;
}

.ext .wp-block-image img {
    /* no suggestion */
    @apply ext-inline-block ext-align-middle;
}

```
