V
V
virtostplus2018-04-01 22:40:49
Sass
virtostplus, 2018-04-01 22:40:49

How to disable unnecessary bootstrap components in laravel 5.6?

In the resources / assets / sass folder there is an app.scss file in which, as I understand it, fonts are connected, a file with variables, and @import '~bootstrap/scss/bootstrap';
what is this magic line?
where are the bootstrap files?
and how to disable it so that only the grid is connected from the bootstrap?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
asdas079, 2020-05-26
@asdas079

они лежат в /node_modules/bootstrap/scss

Кроме этого архив Bootstrap 4 содержит ещё файлы bootstrap-grid.css и bootstrap-reboot.css. Данные файлы необходимы только тем, кому нужен не целый фреймворк, а только его часть.
Первый файл (bootstrap-grid.css) содержит сетку Bootstrap, а второй (bootstrap-reboot.css) - нормализатор, который устанавливает базовые стили, для того чтобы они у всех HTML-элементов во всех браузерах были одинаковыми.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question