import { css } from "@chasemoskal/magical";
export const styles = css `
:host {
display: block;
width: 10em;
height: 10em;
user-select: none;
border: 1px solid;
touch-action: none;
}
.pad {
width: 100%;
height: 100%;
}
`;
//# sourceMappingURL=style.css.js.map