Skip to content

Instantly share code, notes, and snippets.

View alexisg's full-sized avatar
🐶
Always a puppy

Alexis Gallisá alexisg

🐶
Always a puppy
View GitHub Profile
@alexisg
alexisg / SassMeister-input.scss
Created March 7, 2016 17:47
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
// color variable map
$colors: (
base: #FFBB00,
light: base (lighten: 15%),
dark: base (darken: 15%),
@alexisg
alexisg / responsive.html
Created April 12, 2012 19:03 — forked from gmodarelli/responsive.html
Simple responsive design test page. More info here: http://bricss.net/post/16538278376/simple-responsive-design-test-page. Forked by alexisg to add 15 pixels of width to frame sizes (for scrollbars) and added mobile landscape/large desktop sizes. Simply a
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Responsive Design Testing</title>
<style type="text/css">
body {
background: url(http://subtlepatterns.com/patterns/whitey.png);
font-family: sans-serif;
margin: 20px;