Skip to content

Instantly share code, notes, and snippets.

@lunelson
Created March 4, 2014 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lunelson/9350133 to your computer and use it in GitHub Desktop.
Save lunelson/9350133 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.14)
// Compass (v0.12.2)
// Sass List-Maps (v0.9.3)
// ----
@import "sass-list-maps";
$opposite: (
// basics
'left' 'right',
'right' 'left',
'top' 'bottom',
'bottom' 'top',
// center
'center' 'center',
'centre' 'center',
// corners
'top left' 'bottom right',
'top right' 'bottom left',
'top center' 'bottom center',
'bottom left' 'top right',
'bottom right' 'top left',
'bottom center' 'top center',
'left top' 'bottom right',
'right top' 'bottom left',
'center top' 'bottom center',
'left bottom' 'top right',
'right bottom' 'top left',
'center bottom' 'top center',
'center left' 'center right',
'center right' 'center left',
'center top' 'center bottom',
'center bottom' 'center top'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment