Skip to content

Instantly share code, notes, and snippets.

@niaal
niaal / SassMeister-input.scss
Last active August 29, 2015 14:13
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
// map predefined breakpoints here
$breakpoints:(
x-small:(
max-width: 479px
@niaal
niaal / SassMeister-input.scss
Created January 8, 2015 02:40
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
// mixin will accept:
// - min AND max pixel value, comma separated
// - min OR max pixel value, comma separated, with 0 replacing the open-ended value
// - single string value for predetermined breakpoints
@niaal
niaal / dabblet.css
Created April 3, 2013 01:12
Faux picture corner
/**
* Faux picture corner
*/
body{
margin:50px 0;
}
.picture{
position:relative;
width:60%;
@niaal
niaal / dabblet.css
Created April 3, 2013 01:05
Faux picture corner
/**
* Faux picture corner
*/
body{
margin:50px 0;
}
.picture{
position:relative;
width:60%;
@niaal
niaal / dabblet.css
Created April 3, 2013 01:05 — forked from jackarmley/dabblet.css
Faux picture corner
/**
* Faux picture corner
*/
body{
margin:50px 0;
}
.picture{
position:relative;
width:60%;