# extendify/0.11.1/src/Assist/app.css

Extendify, version 0.11.1. 21 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.11.1/code/src/Assist/app.css
- Raw: https://pluginprobe.com/plugins/extendify/0.11.1/raw/src/Assist/app.css
- Modified: 2022-09-20T18:01:46+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.11.1/code/src/Assist/app.css#L10-L20`.

```css
/* Adding CSS classes should be done with consideration and rarely */
@tailwind base;
@tailwind components;
@tailwind utilities;

.extendify-assist {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: transparent;
    --tw-ring-color: var(--ext-partner-theme-primary-bg, #2c39bd);
}

.extendify-assist *,
.extendify-assist *:after,
.extendify-assist *:before {
    box-sizing: border-box;
}
.hide-checkmark::before {
    content: none;
}

```
