var fDesc=new Array(); fDesc[0] = "Prepros can compile almost all preprocessing languages, like Sass, Less, Stylus, Cssnext, Jade/Pug, Markdown, Slim, and Coffeescript. It lets you code in a simple editor window, with syntax highlighting. You can also view the result instantly in your connected web browser; Prepros reloads your browser automatically every time you save a file in code editor.

This IDE lets you minify and optimize CSS, javascript, and images with a single click."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }