@aibulat/styled
v0.0.4
Published
Fork of @emotion/styled v.11.10.5 to improve Developer Experience when using only ESM
Downloads
3
Readme
Install
npm i @aibulat/styled
pnpm add @aibulat/styled
Use
import styled from '@aibulat/styled'
export const Box = styled.div`
color: red;
background-color: black;
height: 100px;
width: 100px;
margin: 0 auto;
`