This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Based on: https://gist.github.com/kaplas/5563787 | |
| @function strip-units($number) { | |
| @return $number / ($number * 0 + 1); | |
| } | |
| @function rem($x, $fallback:false) { | |
| @if type-of($x) != "number" or $x == 0 { | |
| @return $x; | |
| } @else { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Code | Country | |
|---|---|---|
| AF | Afghanistan | |
| AX | Aland Islands | |
| AL | Albania | |
| DZ | Algeria | |
| AD | Andorra | |
| AO | Angola | |
| AI | Anguilla | |
| AG | Antigua And Barbuda | |
| AR | Argentina |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Código | País | |
|---|---|---|
| AF | Afganistán | |
| AL | Albania | |
| DE | Alemania | |
| AD | Andorra | |
| AO | Angola | |
| AI | Anguila | |
| AG | Antigua y Barbuda | |
| SA | Arabia Saudí | |
| DZ | Argelia |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {%- capture contentForQuerystring -%}{{ content_for_header }}{%- endcapture -%} | |
| {%- assign pageUrl = contentForQuerystring | split:'"pageurl":"' | last | split:'"' | first | split:'.myshopify.com' | last | | |
| replace:'\/','/' | | |
| replace:'%20',' ' | | |
| replace:'\u0026','&' | |
| -%} | |
| {%- assign pageQuerystring = pageUrl | split:'?' | last -%} | |
| {%- assign parts = pageQuerystring | split:'&' -%} |
NewerOlder