Skip to content

Instantly share code, notes, and snippets.

View 10SexyApples's full-sized avatar

10SexyApples 10SexyApples

View GitHub Profile
@scottkellum
scottkellum / SassMeister-input.scss
Created July 16, 2015 12:51
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// Modular Scale (v2.1.1)
// ----
@import 'modular-scale';
@mixin ml($range...) {
@if $ms-range == null {$ms-range: $range !global;}
@include ms-respond(line-height, 1, $range, 1);
@thehesiod
thehesiod / 1pass_dups.py
Last active October 5, 2023 17:09
1password duplicate remover (alpha, only run in debugger with breakpoints everywhere *g*)
#!/usr/bin/env python3
import json
import subprocess
import sys
from concurrent.futures import ThreadPoolExecutor
import html
import dictdiffer
import iso8601