Last active
June 13, 2019 23:41
-
-
Save karkranikhil/f3d0e720a507b911d7a838755f63dff4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| @nice-blue: #5B83AD; | |
| #header { | |
| color: @nice-blue; | |
| margin: 2em; | |
| } | |
| #header { | |
| color:#000; | |
| margin: 2em; | |
| } | |
| a { | |
| font-family: 'Georgia', Georgia, serif; /* Noncompliant; 'Georgia' is duplicated */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment