tachyons-components
tachyons-components copied to clipboard
React UI components powered by Tachyons with a styled-components like API
Thanks for building this awesome library! The API is really simple and awesome. Sometimes, tachyons are too limited. Do you see a way to integrate this with `styled-components`? Maybe something...
Nothing of the property/classes in this module seem to work when applied https://github.com/tachyons-css/tachyons-hovers
I get the following error when trying to set this up with[ react boilerplate](https://github.com/react-boilerplate/react-boilerplate): ``` TypeError: __WEBPACK_IMPORTED_MODULE_3_tachyons_components___default(...)(...).withConfig is not a function ``` Some [googling](https://stackoverflow.com/questions/33683539/webpack-require-is-not-a-function-when-using-babel-6) led me to believe this might...