Styling with Polished


Summary of my bookmarked Github repositories from Mar 29th, 2017

Github repositories

  • styled-components/polished

    Polished is a lightweight toolset that enables you to write styles in JavaScript with ease. It offers Sass-style helper functions and mixins, allowing you to maintain a consistent color palette across your application. Polished is compatible with various frameworks, including styled-components, emotion, jss, and more. By leveraging tree shaking, it helps reduce bundle size when importing specific modules. The library provides support for Flow type definitions and TypeScript projects. Additionally, you can use the Babel plugin to optimize performance. With its functional style and curried color functions, Polished simplifies styling in JavaScript.