Skip to content

Instantly share code, notes, and snippets.

View iecoding's full-sized avatar
🎯
Focusing

Israel Estrada iecoding

🎯
Focusing
View GitHub Profile
@iecoding
iecoding / add-wpcli.sh
Created February 16, 2024 21:29 — forked from ladislavsulc/add-wpcli.sh
Add WP CLI to Laragon
cd C:\laragon\usr\bin && curl -L -O https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && echo @ECHO OFF > wp.bat && echo php "%~dp0wp-cli.phar" %* >> wp.bat
@iecoding
iecoding / config.json
Last active August 29, 2015 14:27 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#38644e, 6.5%)",
"@brand-success": "#86b24a",