Responsive API
Hi, is it possible to use a responsive girdoverlay with the API?
Cheers
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 bar should be the same as the gray column behind it.
Hi, oaky thats an impression calculation :). I don't know if calc gets problems with this nested calculations. I used it only for simple arithmetik before. Actually I have no idea how I can help you.
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 it doesn't work, I'll need to think on solution that not use calc to make it works.
Actually I have no idea how I can help you.
No problem! It would be really nice if you can test it once it's available :D