import {css} from "@benev/slate" export default css` input[readonly] { width: 100%; font-family: monospace; font-size: 0.7em; margin: 3em auto; } `