nib icon indicating copy to clipboard operation
nib copied to clipboard

Request: disable vendor prefixing completely

Open eyy opened this issue 9 years ago • 7 comments

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?

Thanks, eyy

eyy avatar Aug 20 '15 09:08 eyy

For now I write the following before importing nib:

flex-version = flex
support-for-ie = false
vendor-prefixes = official

eyy avatar Aug 20 '15 12:08 eyy

+1

Thanke @eyy. Solve and error for me.

dbox avatar Sep 04 '15 19:09 dbox

+1 same issue here

arecvlohe avatar Sep 10 '15 19:09 arecvlohe

@eyy's usage of support-for-ie sounded a bit scary but it is only for old versions of IE, and apparently it only sets zoom 1 and uses -ms-filter to support opacity (from a quick search...).

I came here, via https://github.com/jescalan/autoprefixer-stylus/issues/25, because Autoprefixer complained about obsolete generated Flexbox code, so it is a bit unrelated, but it doesn't hurt either.

PhiLhoSoft avatar Jun 30 '16 09:06 PhiLhoSoft

The issue is still here, in 2018.

flex-version = flex support-for-ie = false vendor-prefixes = official

this fixes it.

intermundos avatar Oct 08 '18 14:10 intermundos

Issue still here in 2019 :(

screenshot 2019-02-26 at 14 04 31

krabbypattified avatar Feb 26 '19 13:02 krabbypattified

@krabbypattified of course still here, last commit was in 2018

g-rodigy avatar Nov 23 '19 21:11 g-rodigy