I recently started using Grunt and I have set it up with grunt/node. I want to add the foundation of Bootstrap for responsiveness, but not the entire css/js. Can someone help me understand how to do this? I've looked at different documentation but still feel confused!
I came across this NPM library - https://www.npmjs.com/package/grunt-bootstrap which seems like it could be what I need. However, I'm unsure which files would give me the basic responsive structure without all the styling, or which version of Bootstrap these files are related to. Can anyone provide guidance on this?