AK
Size: a a a
AK
AK
A
useStoreMap
A
AK
useStoreMap
может помочь это исправить?A
A
MA
MA
AK
l
AK
A
/foo.ts
export const Queries = {
Small: "(max-width: 600px)",
Medium: ...
}
/bar.tsx
import {styled} from "linaria"
import {Queries} from "./foo"
const Wrapper = styled.div`
media screen and ${Queries.Small} {
...
}
`
A
MA
B