Skip to content

Instantly share code, notes, and snippets.

View bubbleheadinc's full-sized avatar
🤓

SV bubbleheadinc

🤓
  • DevMethods
View GitHub Profile
/// Mixin for dimensions
@mixin x-dims($width, $height: $width) {
width: $width;
height: $height;
}
@bubbleheadinc
bubbleheadinc / SassMeister-input.scss
Created May 29, 2015 15:38
Generated by SassMeister.com.
// ----
// Sass (v3.4.0.rc.1)
// Compass (v1.0.0.alpha.20)
// ----
$themes: (
"theme-1": (
"color": red
),
"theme-2": (
@bubbleheadinc
bubbleheadinc / SassMeister-input.scss
Created June 22, 2015 17:30
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$ns: 'cm-';
$max-site-width: 80rem;
$gt-mobile-port: 25em;
$gt-mobile: 40em;
$gt-tablet-port: 50em;