Wrap

The wrapFraction rule is secondary character limit used to applying forcing on token structures. Fractional wrapping applied forcing when at ¾ (or 75%) of the global wrap limit and is referenced by different rules.

Example

Adjust the range to input to see how Æsthetic handles word wrap.

Wrap Fraction
80
Wrap
100
<header>
  {% unless product.metafields.data == nil and product == nil %}

    {% form 'x'
      , id: 'xxx'
      , attr_1: 'foo'
      , attr_2: 'bar' %}

      {{ settings.logo | replace: ',', 'foo' | font_family: 'bold', '300', 'exec' }}

      {% render 'snippet'
        , param_1: true
        , param_2: 1000 %}
    {% endform %}


  {% endunless %}
</header>