Skip to content

Instantly share code, notes, and snippets.

@peterj
Created April 15, 2020 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterj/4fb1a46e1deb47a9f4694a79708c1e94 to your computer and use it in GitHub Desktop.
Save peterj/4fb1a46e1deb47a9f4694a79708c1e94 to your computer and use it in GitHub Desktop.
name: 'default',
template: `.product-price-tag%TAG% {
background: %BG_COLOR% !important;
color: %TEXT_COLOR%;
}
.product-price-tag%TAG%:before {
border-right-color: %BG_COLOR% !important;
color: %TEXT_COLOR%;
}
.product-price-tag%TAG% .old-price {
text-decoration: line-through;
color: %OLD_PRICE_TEXT_COLOR%;
font-size: 15px;
margin-left: 10px;
}`,
{
"name": "red-100-black",
"tokens": [
{
"name": "%BG_COLOR%",
"value": "#FFF5F5"
},
{
"name": "%TEXT_COLOR%",
"value": "#000"
},
{
"name": "%OLD_PRICE_TEXT_COLOR%",
"value": "#4A5568"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment