Skip to content

Instantly share code, notes, and snippets.

@widescreenBob
Last active August 29, 2015 14:07
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 widescreenBob/8a0081a30701a06d1665 to your computer and use it in GitHub Desktop.
Save widescreenBob/8a0081a30701a06d1665 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.19)
// Compass (v0.12.6)
// Breakpoint (v2.0.7)
// Singularity Extras (v0.0.3)
// Singularity.gs (v1.1.2)
// Toolkit (v1.3.8)
// ----
@import "breakpoint"
@import "compass"
@import "singularitygs"
@import "singularitygs"
@import "singularity-extras"
@import "toolkit"
//IMG Control mixins
//===========================
// From Project NFL
//===========================
=img-left
float: left
padding: 0 10px 5px 0
=img-right
float: right
padding: 0 0 5px 10px
=img-no-float
float: none
padding: 0
//===========================
// From Other
//===========================
=hide-text
overflow:hidden
text-indent:-9000px
display:block
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url('//../behaviors/box-sizing/boxsizing.php');
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url('//../behaviors/box-sizing/boxsizing.php');
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url('//../behaviors/box-sizing/boxsizing.php');
}
img, video {
max-width: 100%;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment