react-code-dataset / next.js /crates /next-custom-transforms /tests /loader /css-hygiene-1 /input.js
| import css from 'styled-jsx/css' | |
| export default css` | |
| @media (max-width: 870px) { | |
| :global(th.expiration-date-cell), | |
| :global(td.expiration-date-cell) { | |
| display: none; | |
| } | |
| } | |
| ` | |