I am needing a responsive design at work and have a template project that uses grunt to compile the final css file for bootstrap, but the responsive grids is not working.
I checked out what .less files we are compiling and we are compiling (among other things) responsive-utilities.less,
but people are saying to make sure to add the responsive.less file, and make sure that gets compiled as well by Grunt.
Only problem is I can't find responsive.less anywhere that is supported by bootstrap. I found people saying how to compile less into an end css file, and they had responsive.less, but they did not say where they got it
for example: http://www.yiiframework.com/wiki/447/using-bootstrap-with-less/ That website even says to also include less files such as
responsive-1200px-min.less, responsive-768px-979px.less", responsive-767px-max.less, etc
But I can't find these anywhere. Is there some secret repository that I don't know about where all of the less files are hiding?