1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 05:33:02 +02:00

Fixes #19221: Add .w-100 as width: 100% utility class

This commit is contained in:
Mark Otto
2016-02-16 20:21:27 -08:00
committed by Chris Rebert
parent 18c25056a6
commit cde26a5234

View File

@@ -1,3 +1,7 @@
// Width
.w-100 { width: 100% !important; }
// Margin and Padding // Margin and Padding
.m-x-auto { .m-x-auto {