Skip to content

Instantly share code, notes, and snippets.

@amrelkerm
amrelkerm / gist:2e318bf931bb3a50c1c54017b375c7f9
Last active October 13, 2017 06:05
problem with sass i dont understand were's the error whine i use the if condition it's not working
// 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 {