Last active
October 13, 2017 06:05
-
-
Save amrelkerm/2e318bf931bb3a50c1c54017b375c7f9 to your computer and use it in GitHub Desktop.
problem with sass i dont understand were's the error whine i use the if condition it's not working
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
// problem with sass i dont understand were's the error whine i use the if condition it's not working | |
// this's just class | |
.iff { | |
color: $greeen;font-size: $bold;background-color: aliceblue; | |
@if (color == $greeen) { | |
font-size: 30px;background-color: purple; | |
} @else { | |
background-color: rosybrown;font-size: 6px; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need help