From 18b8e2f7cf7197c051ac3cad6be61c97d9cbbe9b Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 19 Sep 2014 15:25:40 -0400 Subject: [PATCH] Fix typo in grid rules --- src/definitions/collections/grid.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/collections/grid.less b/src/definitions/collections/grid.less index b22404e0c..7f680572d 100755 --- a/src/definitions/collections/grid.less +++ b/src/definitions/collections/grid.less @@ -1058,7 +1058,7 @@ } } /* Tablet Only Hide */ -@media only screen and (min-width: (@tabletBreakpoint ) and (max-width: @largestTabletScreen ) { +@media only screen and (min-width: @tabletBreakpoint ) and (max-width: @largestTabletScreen) { .ui[class*="mobile only"].grid.grid.grid:not(.tablet), .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet), .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),