import { css } from "@emotion/css"; export const liReset = css` text-indent: 0; list-style-type: none; `;