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
html { | |
background-image: repeating-linear-gradient(#efefef 0 1px, transparent 1px 100%); | |
background-size: 15px 15px; | |
} |
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
Show hidden characters
{ | |
"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", |