Split variables into different files, at least only for grid
I need only grid from the bootstrap, but for this, I need to import _variables.scss
with over 400 variables and some of my variables overwrite bootstrap variables (like font-size and line-height variables that are not related to the grid at all) and because of this, everything fails. It would be much better if I could import only variables for the grid.