7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
import { css } from "styled-components";
|
|
|
|
export const AllElementStyles = css`
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
`; |