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
$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; |
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
# .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" |
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
{ | |
"name": "scrape", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC", |
OlderNewer