css - How to fix browser-issues in scss "automatically"? -
on developing frontend-stuff in scss , html5 have routines rely on display:inline-block, rgba, css-gradients , on.
now dependent on project have, browser demands change. need deliver workable ie7 , ie10 alright too.
of course can (and do) real browser checks check issues, thought having routine upfrontal check wouldn't hurt. run search within scss-files check pattern "rgba" , replace appropriate. doesn't sound neither reliable nor modern me.
isn't there way generate special set of pattern-fixes each browser > run > highlight me (or better fix it)
would grunt/gulp topic need investigate therefore further? thanks
as deolectrix said compass, there bourbon, , less. using grunt/gulp highly recommended. many reasons concating/minifying code, or if write js can use babel write es6 javascript.
for cross-browser css autoprefixer out. errors/warnings troublesome css csslint. hope helps! it's starting point, enjoy diving in.