Skip to content

Instantly share code, notes, and snippets.

@df2k2
Created October 23, 2015 21:05
Show Gist options
  • Save df2k2/56c7484d6ad0ae8dda3f to your computer and use it in GitHub Desktop.
Save df2k2/56c7484d6ad0ae8dda3f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$sizeValue: 1%;
.check-percent {
@if (unit($sizeValue) == '%') { font-size: $sizeValue; }
}
.check-null {
@if ($sizeValue) { content: 'not null'; }
}
.check-percent {
font-size: 1%;
}
.check-null {
content: 'not null';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment