CSS: Utility classes for column count property.

This commit is contained in:
Pablo Vazquez 2019-04-12 17:16:06 +02:00
parent a43eca4237
commit d0ef76c19e

View File

@ -689,6 +689,12 @@
.pointer-events-none
pointer-events: none
.column-count-2
column-count: 2
.column-count-3
column-count: 3
// Bootstrap has .img-fluid, a class to limit the width of an image to 100%.
// .imgs-fluid below is to be applied on a parent container when we can't add
// classes to the images themselves. e.g. the blog.