回答編集履歴
1
追記
answer
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
SCSSはブラウザでは実行できませんので、CSSにコンパイルするところから始めてください。
|
2
2
|
[Bootstrap 4のCSSコンパイルをGulpで管理する方法 - Qiita](https://qiita.com/tonkotsuboy_com/items/564f9bb78d177483f83e)
|
3
3
|
|
4
|
+
または、SCSSでの記述をやめて、普通にCSSのメディアクエリで書くのもいいかと思います。
|
5
|
+
|
6
|
+
---
|
7
|
+
|
4
8
|
なお、Bootstrap5では削除されています。
|
5
9
|
|
6
10
|
> In v4 we used a CSS-only technique to mimic the behavior of Masonry-like columns, but this technique came with lots of unpleasant side effects. If you want to have this type of layout in v5, you can just make use of Masonry plugin. Masonry is not included in Bootstrap, but we’ve made a demo example to help you get started.
|