Skip to content

Instantly share code, notes, and snippets.

View freshyill's full-sized avatar
💭
😎 Cool

Chris Coleman freshyill

💭
😎 Cool
View GitHub Profile
@freshyill
freshyill / input.scss
Created March 29, 2021 13:32
Generated by SassMeister.com.
$count: 8;
#site-logo {
g[id^="logo"] {
opacity: 0;
animation-duration: 8s;
animation-timing-function: step-end;
animation-direction: reverse; // The `g` elements are layered last-to-first based on their names
animation-iteration-count: infinite;
@freshyill
freshyill / .Brewfile
Last active March 28, 2025 00:42
Brewfile
# .Brewfile
# To install: brew bundle install
# Thanks to Casey Liss for pointing me to this!
# https://www.caseyliss.com/2019/10/8/brew-bundle
cask_args appdir: "/Applications"
tap "homebrew/cask-drivers"
tap "homebrew/cask-versions"
tap "homebrew/core"
@freshyill
freshyill / package.json
Created January 23, 2024 17:56
Quick and dirty scraper
{
"name": "scrape",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",