
import {css} from "@benev/slate"
export default css`

:host {
	display: contents;
}

.seedzone {
	width: 100%;
}

`

