From b13c4411f56a5a105bc940e04c056c0a849e6e71 Mon Sep 17 00:00:00 2001 From: andreilupu Date: Thu, 25 May 2017 16:55:12 +0300 Subject: [PATCH] typo --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 2f4343c..20bf390 100644 --- a/README.txt +++ b/README.txt @@ -39,7 +39,7 @@ We invest a lot of time and energy into developing Gridable in a way that makes = 1.2.1 = * **Added specificity to CSS Classes**. -Since there are lots of conflicts with other plugins which uses the `.row` and `.col` classes we decided to prefix them with `.gridable.row` and `.gridable.col`. +Since there are lots of conflicts with other plugins which uses the `.row` and `.col` classes we decided to prefix them with `.gridable--row` and `.gridable--col`. You can still use the `gridable_row_class` filter to add your own classes, we just adjusted the defaults. = 1.2.0 =