0.0.4 • Published 3 years ago
@aibulat/styled v0.0.4
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;
`