Skip to content

Instantly share code, notes, and snippets.

@philoSurfer
philoSurfer / gulpfile.js
Last active April 24, 2020 21:16
drupal/zurb_foundation/STARTER/ gulp 4 work
(() => {
'use strict';
/**************** Gulp.js 4 configuration ****************/
const
// development or production
devBuild = ((process.env.NODE_ENV || 'development').trim().toLowerCase() === 'development'),
@scottgruber
scottgruber / UCLA Color Palette c. 2013 -
Last active August 29, 2015 13:56
Sass variables for UCLA Color Palette c. 2013 -
/* New UCLA Color Palette ver. 1 release 03/23/2012 */
// Primary color
$uclablue : rgb(50, 132, 191); // #3399cc
// Secondary Colors
$uclagold : rgb(254,187,54); // #ffb300
$uclayellow : rgb(255,232,0); // #ffe800
@brandonkelly
brandonkelly / templating.md
Last active February 7, 2024 15:20
Templating in EE vs. Craft