CSS: Utility classes for column count property.
This commit is contained in:
@@ -689,6 +689,12 @@
|
|||||||
.pointer-events-none
|
.pointer-events-none
|
||||||
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%.
|
// 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
|
// .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.
|
// classes to the images themselves. e.g. the blog.
|
||||||
|
Reference in New Issue
Block a user