# extendify/3.1.2/src/Shared/shared.css

Extendify, version 3.1.2. 10 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.1.2/code/src/Shared/shared.css
- Raw: https://pluginprobe.com/plugins/extendify/3.1.2/raw/src/Shared/shared.css
- Modified: 2026-02-18T22:27:14+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/3.1.2/code/src/Shared/shared.css#L10-L20`.

```css
@import "tailwindcss" source(none) important;
@import "../tailwind.css" source(none);
@source ".";

/* no-prefix */
.editor-header__toolbar > [role="toolbar"]
	> *:not(.editor-document-tools__left) {
	display: none;
}

```
