Use an attribute selector instead. Addresses #9747.
This commit is contained in:
parent
e56876d69c
commit
d6ff271c88
File diff suppressed because one or more lines are too long
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue