Skip to content

Instantly share code, notes, and snippets.

View mejiaj's full-sized avatar
🐯

James Mejia mejiaj

🐯
View GitHub Profile
@Abby805
Abby805 / common_preprocesses.theme
Created June 5, 2019 13:11
Common D8 Preprocess Functions
<?php
/**
* @file
* Example of some commonly used functions.
*/
use Drupal\Core\Link;
use Drupal\Core\Url;
use Drupal\Component\Utility\Html;
@marcedwards
marcedwards / high-dpi-media.css
Last active November 19, 2023 12:56
A CSS media query that captures almost all high DPI aware devices.
/* ---------------------------------------------------------- */
/* */
/* A media query that captures: */
/* */
/* - Retina iOS devices */
/* - Retina Macs running Safari */
/* - High DPI Windows PCs running IE 8 and above */
/* - Low DPI Windows PCs running IE, zoomed in */
/* - Low DPI Windows PCs and Macs running Firefox, zoomed in */
/* - Android hdpi devices and above */