55 packages
@amendable/breakpoints
This adds breakpoint support to your styles. It works through CSS styles and support SSR without any setup.
@amendable/breakpoints-css
This adds breakpoint support to your styles via styled-components.
@amendable/colors
Colors converter is helpful when you want to define app-wide color theme and reuse them easily.
@amendable/colors-polished
This is a drop-in replacement of [@amendable/colors](https://github.com/amendable/colors) that also adds support for [polished](https://polished.js.org) color transforms. You can now write `primary-darken10` and it will just work.
@amendable/core
@amendable/css-styled-components
This resolves `css` prop into [styled-components](https://www.styled-components.com).
@amendable/expand-style-shorthands
This expands style shorthand syntax (`padding: 1`) into long-hand syntax (`paddingTop: 1, paddingRight: 1, paddingBottom: 1, paddingLeft: 1`).
@amendable/fluid-scale
@amendable/hash
Murmur Hash
@amendable/inline-props-css
This resolver merges all the React props that match the names of styling props into the `css` prop.