Created
May 4, 2015 09:35
-
-
Save aoussarmustapha/5142f6ffa83f2be65a47 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.13) | |
// Compass (v1.0.3) | |
// ---- | |
$NavColor: null !default; | |
@if $NavColor != null { | |
color:$NavColor; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Properties are only allowed within rules, directives, mixin includes, or other properties. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment