Skip to content

Instantly share code, notes, and snippets.

View trenkwill's full-sized avatar

William Hutter trenkwill

View GitHub Profile
@trenkwill
trenkwill / component-facets.css
Last active January 7, 2025 07:47
Shopify Dawn facets price range slider with 2 handles
// Add styling to the CSS file
.facets__price input[type='range'] {
-webkit-appearance: none;
padding: 0;
font: inherit;
outline: none;
color: rgb(var(--color-foreground));
opacity: .8;
background: rgb(var(--color-foreground));
@trenkwill
trenkwill / .gitignore
Last active August 29, 2015 14:09 — forked from salcode/.gitignore
# -----------------------------------------------------------------
# .gitignore for WordPress
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20140606
#
# This file is tailored for a WordPress project
# using the default directory structure
#
# This file specifies intentionally untracked files to ignore
@trenkwill
trenkwill / gist:3798592
Created September 28, 2012 08:14
SCSS : notification number
span {
$size: 25px;
$color:$green;
float:right;
font-size:$size/1.8;
line-height:$size;
font-weight:bold;
color:lighten($color, 60);
text-align:center;
display:inline-block;