Answer the question
In order to leave comments, you need to log in
How to select only bootstrap grid and menu?
Видел уже подобные вопросы на этом сайте, но не получил полноценный ответ на свой вопрос. На оф. сайте бутстрапа есть выбор элементов getbootstrap.com/customize . Что бы оставить только меню и сетку мне нужно выбрать Grid system в Common CSS и Navs и Navbar в Components? в чем разница между Navs и Navbar? Query plugins можно полностью отключить в данном случаи?
И самое главное если я захочу добавить компоненты, я заново скомпилирую файлы и мне нужно будет просто заменить папку? Обычно же не вносят изменения в сами файлы бутстрапа?
Answer the question
In order to leave comments, you need to log in
I recommend using bootstrap sass . In the _bootstrap.scss file, you can comment out unnecessary elements and get only the grid in the compiled file. When you need other elements, you simply uncomment them and the necessary elements will appear in the output file. About installing bootstrap sass .
Modifying bootstrap files is highly discouraged. Using sass you can make changes to bootstrap styles through variables by creating a separate file. This way you don't touch the core.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question