themed-styling / core

Quick, modular and responsive styling for styled-components with theme support.
https://www.npmjs.com/package/@themed-styling/core
GNU General Public License v3.0
0 stars 1 forks source link

Export get but maybe rename it to theme #105

Closed apttx closed 3 years ago

apttx commented 4 years ago
const Component = styled.div`
  color: ${theme('colors.primary')};
`

Yes, it's a @styled-system/theme-get clone but this is about saving dependencies.