You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @darkkain, I saw your comment and I took a look at the documentation and saw that there's no way to add "mq- col(flex)" in your Media queries. I dont know what you want to do but, you have to set "display: flex" in your parent container, not in your children elements (like the "LI" in your example). Thats why Flex Grid doesn't have a "mq-col(flex)"... I guess... 💃 You gotta set that in your "row" or "container". But as I said at the beginning , I don't know exactly what you want to do hehehe. Hope I helped you :)
Looking at the code, the mq-col(flex) is not implemented for the moment on the contrary of col(flex).
Look at the differences between both implementation: mq-col and col
It's not very hard to fix, maybe you can do it and do a PR. Else, let me know, I'll do it when I have the time.
In your media queries Stylus/Sass docs we able to do this:
But i got error when compile:
Double check in repo, it's doesn't have this functionality:
Not for Stulys
Not for Sass
The text was updated successfully, but these errors were encountered: