Echo JS 0.11.0

<~>

singhsaab comments

singhsaab 1053 days ago. link 2 points
This will not work perfectly in case if your website is responsive. For the mobile version in bootstrap, we set different media queries. Here while rendering it ignores all the media queries which uses by different devices. I wasted an hour by following this, copy-paste manually each green-colored section. In the end, I came to know its works only for the desktop version. For mobile need to process same and then mobile and desktop version has some common CSS again this duplicate my CSS file.

One question, have you really tried this yourself? I find this total waste of time