MP
```
const SectionContainer = styled.div`
section {
:before {
...
}
}
`
```
Size: a a a
MP
const SectionContainer = styled.div`
section {
:before {
...
}
}
`
MP
<Box>
для флексбокса (отдельная лейаут либа)<Section as={Box} />
ҪҸ
<Flex flexWrap='wrap' css={{
counterReset: 'boxes-counter'
}}>
<Box css={boxStyles}>
…
</Box>
</Flex>
AM
ҪҸ
AM
AM
ҪҸ
':before': {
content: 'counter(box-counter)',
}
ҪҸ
DZ
ҪҸ
ҪҸ
DZ
ҪҸ
IK
ҪҸ
SK
ҪҸ
ҪҸ