mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Update _filters/squish.md
Co-authored-by: Gray Gilmore <[email protected]>
This commit is contained in:
co-authored by
Gray Gilmore
parent
794d0fca51
commit
1825d50613
+1
-1
@@ -3,7 +3,7 @@ title: squish
|
||||
description: Liquid filter that removes all whitespace on both ends of the string, and then changes remaining consecutive whitespace groups into one space each.
|
||||
---
|
||||
|
||||
Remove all whitespace on both ends of the string, and then changing remaining consecutive whitespace groups into one space each. `squish` is commonly used
|
||||
Remove all whitespace on both ends of the string, and then change remaining consecutive whitespace groups into one space each. `squish` is commonly used
|
||||
to dynamically create a list of classes or inline styles.
|
||||
|
||||
<p class="code-label">Input</p>
|
||||
|
||||
Reference in New Issue
Block a user