import { css } from './'; export const setOutline = css` &:focus { outline: none; } `;