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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -