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
{{ message }}
This repository was archived by the owner on Nov 7, 2019. It is now read-only.
I was searching to find a suitable grid system that support RTL languages and I found postcss-neat. It's very clean and effective but it has a little problem. If you start to implement mobile first approach and use min-width instead of max-width you will encounter a serious problem. the (@neat-omega)s will not reset and they will apply to next media query breakpoints.
Actually there is a solution for bourbon's neat which is called omega-reset https://github.com/joshfry/omega-reset-for-bourbon-neat
do you have any plan to integrate it to your code?