Carlos Pérez Gutiérrez
Carlos Pérez Gutiérrez
> Wouldn't styled components break theming capabilities with Bulma variables? My idea was to transform all sass logic into styled components css and use theming based on that. Too crazy...
Actually, we have this "`side effects`" on every component since we `export default withHelpersModifiers` **HOC**, so... we need to add the annotation `/*@__PURE__*/` in function call to let uglify remove...
We need to wait until resolution of https://github.com/Microsoft/TypeScript/issues/16727, and/or https://github.com/Microsoft/TypeScript/issues/13721 to see how we can implement Tree-Shaking because right now, TSC is removing `/*@__PURE__*/` comment.
Yes, I like that. Let's work that on the new version. Also, we could use jest snapshots.
Sorry for late answer. I'm unable for a moment (maybe one month) on working on this... If you want you can provide an example of the API for NavBar Dropdown...
That sounds great. Let's add this once we finish V1 with styled-components
Can you give a description? Maybe an example? Thanks.
We're migrating to 0.5.3 for next minor-release. Next version should have `styled-components` and latest bulma version. _Going to work on that this month_
Thanks for your interest in the project. Maybe the types has changed and forgot to do a fix from my side, I'll check on this so we can merge your...
Hi, sorry for the late answer. You're right, we need to fix this. I'll work on it.