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 { |