// @ts-expect-error is test-file import { css } from "@linaria/core"; const test = css` z-index: 200; background: blue; border-color: red; color: green; `;