Skip to content

Instantly share code, notes, and snippets.

@schrags08
schrags08 / SassMeister-input.scss
Created June 16, 2015 14:53
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$assetPath : "/assets/images";
.icon {
margin: 0 auto;
background: url(#{$assetPath}/site/dynasty.jpg) repeat-x fixed 0 0;
width: 100%;
@schrags08
schrags08 / SassMeister-input.scss
Created June 16, 2015 14:42
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
// Operators
.container { width: 100%; }
article[role="main"] {
float: left;
@schrags08
schrags08 / SassMeister-input.scss
Created June 16, 2015 14:40
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
//Extend / Inheritance
.message {
border: 1px solid #ccc;
padding: 10px;
color: #333;
@schrags08
schrags08 / SassMeister-input.scss
Created June 16, 2015 14:39
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
//Mixins
@mixin border-radius($radius) {
-webkit-border-radius: $radius;
-moz-border-radius: $radius;
-ms-border-radius: $radius;
@schrags08
schrags08 / SassMeister-input.scss
Created June 16, 2015 14:37
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
// Nesting
nav {
ul {
margin: 0;
padding: 0;
@schrags08
schrags08 / SassMeister-input.scss
Created June 16, 2015 14:35
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$font-stack: Impact, Helvetica, sans-serif;
$primary-color: #666;
body {
font: 100% $font-stack;
color: $primary-color;
@schrags08
schrags08 / SassMeister-input.scss
Created June 15, 2015 21:01
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$assetPath : "/assets/images";
.icon {
margin: 0 auto;
background: url(#{$assetPath}/site/background.jpg) repeat-x fixed 0 0;
width: 100%;
@schrags08
schrags08 / SassMeister-input.scss
Created June 15, 2015 20:56
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$assetPath : "/assets/images";
body {
margin: 0 auto;
background: url(#{$assetPath}/site/background.jpg) repeat-x fixed 0 0;
width: 100%;