From 19775e307a173bb7e99d9053662bb7438c81bcfc Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Tue, 1 Nov 2016 17:48:29 -0700 Subject: [PATCH] Updating to use pxt.less --- theme/style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/style.less b/theme/style.less index e357023f..27b8b24f 100644 --- a/theme/style.less +++ b/theme/style.less @@ -1,5 +1,6 @@ /* Import all components */ @import 'semantic'; +@import 'pxt'; @import 'themes/default/globals/site.variables'; @import 'themes/pxt/globals/site.variables'; @import 'site/globals/site.variables';