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

:host {
	display: contents;
}

.uploader {
	align-self: center;
	width: max-content;
}

`

