Skip to content

Instantly share code, notes, and snippets.

View zzzarius's full-sized avatar
👋

Darius Zivertas zzzarius

👋
View GitHub Profile
@zzzarius
zzzarius / custom-properties-boilerplate.css
Created January 17, 2024 09:47 — forked from malarkey/custom-properties-boilerplate.css
CSS Custom Properties boilerplate
/* CSS Custom Properties */
:root {
--font-family: 'Georgia', serif;
--font-family-alt: 'Helvetica', Arial, sans-serif;
--font-weight: 400;
--font-weight-bold: 700;
--font-weight-black: 900;
/* 3:4 perfect fourth scale */
@zzzarius
zzzarius / .lando.yml
Created September 19, 2023 12:13 — forked from MatthieuScarset/.lando.yml
Correct settings for XDebug + VSCode + Lando (+3.0)
# Lando version is at least +3.0
name: drupal-nine
recipe: drupal9
services:
appserver:
webroot: web
xdebug: debug
config:
php: .vscode/php.ini