From b54bc0d070ca21a1ec9c8a46da08ec3fb88a7bb8 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 28 Feb 2019 16:58:53 +0100 Subject: Adds support for breadcrumbs navigation. --- sass/theme.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'sass/theme.scss') diff --git a/sass/theme.scss b/sass/theme.scss index 27d7d23..44d168b 100644 --- a/sass/theme.scss +++ b/sass/theme.scss @@ -25,3 +25,4 @@ @import "theme/contact-form7"; // Contact Form 7 - Bootstrap 4 support @import "theme/theme"; // <--------- That's where you can add your own design. Thats your part! @import "theme/offer"; // <--------- That's where you can add your own design. Thats your part! +@import "theme/breadcrumbs"; // <--------- That's where you can add your own design. Thats your part! -- cgit v1.2.3