From f9ed37d07b5f32177252c941afa5e7b86acb5029 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Sat, 28 Jan 2017 21:55:48 -0800 Subject: [PATCH] Using pxtsemantic optimization --- theme/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/style.less b/theme/style.less index 1680b90e..c1fe5a7b 100644 --- a/theme/style.less +++ b/theme/style.less @@ -1,5 +1,5 @@ /* Import all components */ -@import 'semantic'; +@import 'pxtsemantic'; @import 'pxt'; @import 'themes/default/globals/site.variables'; @import 'themes/pxt/globals/site.variables';