# extendify/3.1.1/src/PageCreator/page-creator.css

Extendify, version 3.1.1. 12 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.1.1/code/src/PageCreator/page-creator.css
- Raw: https://pluginprobe.com/plugins/extendify/3.1.1/raw/src/PageCreator/page-creator.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.1/code/src/PageCreator/page-creator.css#L10-L20`.

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

/* no-prefix */
.extendify-page-creator.extendify-page-creator-modal {
	@apply fixed! inset-0! z-high! overflow-y-auto!;
}
.components-toggle-group-control [role="presentation"] {
	@apply bg-design-main!;
}

```
