Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドキュメントによると、超小型デバイスの電話 (< 768px) グリッドは常に水平です。つまり、積み重ねられることはありません。画面が 480px より小さい場合にグリッドを積み重ねる方法を探しています。
一般的な「480px未満のデバイスではすべての列を全幅にする必要がある」だけが必要な場合は、次のようにして、マークアップに追加のクラスを配置する手間を省くことができます。
[class^="col-"], [class*=" col-"] { display:block; float:none; width: 100%; }