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

Extendify, version 0.10.1. 11 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.10.1/code/src/Assist/app.css
- Raw: https://pluginprobe.com/plugins/extendify/0.10.1/raw/src/Assist/app.css
- Modified: 2022-08-25T21:16: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/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 *,
.extendify-assist *:after,
.extendify-assist *:before {
    box-sizing: border-box;
}

```
