From 5049978d2c0eaca9d79c82364717397222049a89 Mon Sep 17 00:00:00 2001 From: Megax Date: Sun, 10 Apr 2016 14:55:36 -0500 Subject: [PATCH] * Fixed flowbox name. (cherry picked from commit 139b364) (#315) --- gtk-3.20/scss/widgets/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-3.20/scss/widgets/_grid.scss b/gtk-3.20/scss/widgets/_grid.scss index 3b84110..12f03ed 100644 --- a/gtk-3.20/scss/widgets/_grid.scss +++ b/gtk-3.20/scss/widgets/_grid.scss @@ -33,7 +33,7 @@ } .grid-child { - &, flowBox & { + &, flowbox & { padding: $spacing; border-radius: $roundness;