From d0ef76c19e0d0e7ec7816a05e5668369cf173f0f Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 12 Apr 2019 17:16:06 +0200 Subject: [PATCH] CSS: Utility classes for column count property. --- src/styles/_utils.sass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/_utils.sass b/src/styles/_utils.sass index 2615cdb7..19863873 100644 --- a/src/styles/_utils.sass +++ b/src/styles/_utils.sass @@ -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.