Skip to content

Instantly share code, notes, and snippets.

View WebCloud's full-sized avatar
💭
Helping Agents help Devs

Vinicius Dallacqua WebCloud

💭
Helping Agents help Devs
View GitHub Profile
@WebCloud
WebCloud / links-workflow-fortes2013
Last active December 16, 2015 15:19
Links da palestra de Workflow para front end
/* ----------------------------------------------------------------------- */
/* */
/* Improved upon a mixin from 37signals and combined */
/* with these numbers from marc. */
/* */
/* 37signals-version: */
/* http://37signals.com/svn/posts/3271-easy-retina-ready-images-using-scss */
/* */
/* @kimroen */
/* */
(function() {
var script,
scripts = document.getElementsByTagName('script')[0];
function load(url) {
script = document.createElement('script');
script.async = true;
script.src = url;
scripts.parentNode.insertBefore(script, scripts);
@WebCloud
WebCloud / links-performance-fortes2013
Last active December 16, 2015 11:29
Links da palestra de Web Performance do Fortes 2013