tolgaergin / polished

A lightweight toolset for writing styles in JavaScript ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polished

A lightweight toolset for writing styles in Javascript. ✨

Build Status codecov Dependency Status Supported by Thinkmill

npm install --save polished
  • Make your app look great without stress
  • Cross framework compatible: No matter if you're using styled-components, aphrodite, radium or plain inline styles, as long as you're writing your styles in JavaScript you can use polished!
  • Switching from a pre-processor to styles in JS made easy

Docs

See the full documentation at polished.js.org!

ToC

Mixins
Color
Shorthands
Helpers
Types

Compatibility

✨ polished is compatible with any library that accepts styles as JS objects. This includes, but is by far not limited to, styled-components, radium, aphrodite, glamor, jss and many more!

No matter if you're using inline styles or CSS-in-JS, polished is for you.

License

Copyright © 2016 Maximilian Stoiber. Licensed under the MIT License, see LICENSE.md for more information!

About

A lightweight toolset for writing styles in JavaScript ✨

License:MIT License


Languages

Language:JavaScript 90.4%Language:CSS 9.6%