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
As far as I can tell, when you compile LESS/SASS files using Autoprefixer, the optional Grid polyfill for IE is disabled, as is the default for Autoprefixer.
As best I’ve been able to figure out by trial-and-error pecking through the source code, Autoprefixer gets loaded in compiles/sass/SassCompiler.ts on line 168ff:
But I have no idea where less-plugin-autoprefix is getting pulled in from, nor where any options other than the browser specification is supposed to get pulled in.
Is there some way to turn on the grid polyfill feature available in Autoprefixer when using Easy Compile?
The text was updated successfully, but these errors were encountered:
As far as I can tell, when you compile LESS/SASS files using Autoprefixer, the optional Grid polyfill for IE is disabled, as is the default for Autoprefixer.
As best I’ve been able to figure out by trial-and-error pecking through the source code, Autoprefixer gets loaded in
compiles/sass/SassCompiler.ts
on line 168ff:But I have no idea where
less-plugin-autoprefix
is getting pulled in from, nor where any options other than the browser specification is supposed to get pulled in.Is there some way to turn on the grid polyfill feature available in Autoprefixer when using Easy Compile?
The text was updated successfully, but these errors were encountered: