Previews

No matching results.

x
1
2
3
4
5
6
<div class="Polaris-TextContainer Polaris-TextContainer--spacingTight">
<h2 class="Polaris-Heading">Install the Shopify POS App</h2>
<p>
Shopify POS is the easiest way to sell your products in person. Available for iPad, iPhone, and Android.
</p>
</div>
1
2
3
4
5
6
<%= polaris_text_container(spacing: :tight) do %>
<%= polaris_heading { "Install the Shopify POS App" } %>
<p>
Shopify POS is the easiest way to sell your products in person. Available for iPad, iPhone, and Android.
</p>
<% end %>