From b6bf23c187ff9625083320b1489530981a4920db Mon Sep 17 00:00:00 2001 From: Martin Wortschack Date: Wed, 21 Nov 2018 09:21:04 +0100 Subject: Add flex_grid --- app/assets/stylesheets/framework.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/stylesheets/framework.scss') diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss index 4041f2b4479..834e7ffce81 100644 --- a/app/assets/stylesheets/framework.scss +++ b/app/assets/stylesheets/framework.scss @@ -65,3 +65,4 @@ @import 'framework/feature_highlight'; @import 'framework/terms'; @import 'framework/read_more'; +@import 'framework/flex_grid'; -- cgit v1.2.1