From 01bd06e3749b46f8a96a5f29508d6e710c50b7d7 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Mon, 14 Jul 2014 14:46:49 -0400
Subject: [PATCH] Copy and paste error fix.

---
 themes/bootprint3/theme.config.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/bootprint3/theme.config.php b/themes/bootprint3/theme.config.php
index 2b398ae87d3..4102a81ad0a 100644
--- a/themes/bootprint3/theme.config.php
+++ b/themes/bootprint3/theme.config.php
@@ -14,8 +14,8 @@ return array(
     ),
     'scss' => array(
         'active' => false,
-        'compiled.less',
-        'icons.less'
+        'compiled.scss',
+        'icons.scss'
     ),
     'js' => array(
         'vendor/bootstrap.min.js'
-- 
GitLab