Use an attribute selector instead. Addresses #9747.

This commit is contained in:
Jacob Peattie 2015-12-04 01:58:32 +11:00
parent e56876d69c
commit d6ff271c88
2 changed files with 3 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -99,13 +99,8 @@
/**
* Products
*/
&,
&.columns-1,
&.columns-2,
&.columns-3,
&.columns-4,
&.columns-5,
&.columns-6 {
&,
&[class*="columns-"] {
ul.products {
li.product {
width: 48%;