Ángel M
Ángel M
Thanks for the hint! I'll try to solve it :)
Another option I didn't consider at the beginning that seems promising is [pnpm](https://pnpm.io/). This tool combines an efficient package manager for node and built-in support for monorepos. Since `pnpm` is...
Hello @minademian, Thank you for report the issue. I didn't notice the project is not compatible with browser environments. The main issue is [svg.js](https://github.com/Angelmmiguel/svgi/blob/master/lib/svg.js) tries to import node.js libraries like...
> Anyhow, I have found that turning on "Sequential Name" under Settings -> Library has resolved the stacking issue. :) I can confirm this solves the issue! Thanks for the...
This is something that I have in the roadmap for Graaf. I did some bookmarklet tests and it works fine. However, I'm still thinking how adding this feature to the...
Hello @janstieler, Thanks for your suggestion. The recommendable value for the `baseline` is `gutter / 2`. However, sometimes it makes sense to change this value. I think this is not...
Hello @janstieler, I'll try to revisit this. I tried to implement the responsive grid but I found some issues due to the `background-position` calculation: https://codepen.io/angelmm/pen/LxyoeM. In the codepen, the red...
> oaky thats an impression calculation :). All the calculations are done using a mixin ;) https://github.com/Angelmmiguel/graaf/blob/master/graaf.scss#L4. I need to review the approach I followed for the responsive API. If...
Hello @valleybay, This gem is based on the [font family of Material Icons](https://github.com/google/material-design-icons/tree/master/iconfont) and they didn't release any font for the new styles yet. I'm suscribed to [material-design-icons/773](https://github.com/google/material-design-icons/issues/773), so when...
@valleybay just to give you an update, Google team has already confirmed they will release the font family of the other icon styles. They don't have any deadline, but it's...