Skip to content

Instantly share code, notes, and snippets.

View jarrodtaylor's full-sized avatar
🏖️
Working from home

Jarrod Taylor jarrodtaylor

🏖️
Working from home
View GitHub Profile
html {
background-image: repeating-linear-gradient(#efefef 0 1px, transparent 1px 100%);
background-size: 15px 15px;
}
@jarrodtaylor
jarrodtaylor / .devcontainer.json
Created July 25, 2024 02:24
Starter files for Phoenix development in a GitHub Codespace.
{
"image": "mcr.microsoft.com/devcontainers/universal",
"features": {
"ghcr.io/devcontainers-contrib/features/elixir-asdf:2": {}
},
"postCreateCommand": "bash -i -c 'mix archive.install hex phx_new --force'",
"customizations": {
"vscode": {
"extensions": [
"mjmcloug.vscode-elixir",