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
Hi. I want to use nib together with autoprefixer. The only way I found was to disable the vendor prefixin is overriding vendor-prefixes, but nib still does some work then, and then autoprefixer complains things like "You should write display: flex by final spec instead of display: box".
Maybe wrap all of the vendor file with a condition?