Make roots un-responsive

hi, i downloaded the new version of roots, however due to some client requirements i need to make the theme none responsive, can you tell me where i should be going for this?

i originally found this…

function roots_scripts() {
wp_enqueue_style(‘roots_bootstrap’, get_template_directory_uri() . ‘/assets/css/bootstrap.css’, false, null);
// wp_enqueue_style(‘roots_bootstrap_responsive’, get_template_directory_uri() . ‘/assets/css/bootstrap-responsive.css’, array(‘roots_bootstrap’), null);
wp_enqueue_style(‘roots_app’, get_template_directory_uri() . ‘/assets/css/app.css’, false, null);

}

(comment out the responsive script)

However i believe this has changed in the new version?

I moved 4 posts to an existing topic: Remove Responsive