Fix prettier offense

I accidentally introduced this, not sure how, when correcting all
prettier issues.
This commit is contained in:
David Rodríguez
2025-10-29 11:39:02 +01:00
parent 0ecfc23c67
commit 201461918d

View File

@@ -184,9 +184,8 @@
}
// Hide columns
$columns:
"image", "name", "sku", "unit_scale", "unit", "price", "on_hand", "producer", "category",
"tax_category", "tags", "inherits_properties";
$columns: "image", "name", "sku", "unit_scale", "unit", "price", "on_hand", "producer",
"category", "tax_category", "tags", "inherits_properties";
@each $col in $columns {
&.hide-#{$col} {
.col-#{$col} {