From ed8aaf8bda64b72e6d0047395da83645c47b4932 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Tue, 1 Nov 2016 17:49:39 -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 a329ad54..4c0e04c5 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';