# extendify/0.10.1/utility-framework/classes/inline-list.css

Extendify, version 0.10.1. 20 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.10.1/code/utility-framework/classes/inline-list.css
- Raw: https://pluginprobe.com/plugins/extendify/0.10.1/raw/utility-framework/classes/inline-list.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.10.1/code/utility-framework/classes/inline-list.css#L10-L20`.

```css
/* Use "is-style-" prefix to support adding this style to the core/list block */
.is-style-inline-list {
    @apply ext-pl-0 !important;
}

.is-style-inline-list li {
    /* no suggestion */
    @apply ext-list-none tablet:ext-inline tablet:ext-mr-base !important;
}

.is-style-inline-list li:first-child {
    /* no suggestion */
    @apply tablet:ext-ml-0 !important;
}

.is-style-inline-list li:last-child {
    /* no suggestion */
    @apply tablet:ext-mr-0 !important;
}

```
