blob: d7559cfaeefa007a5515e111c242bdb27089bb2c [file] [log] [blame]
@external externalClass, externalWithoutMethod, "unobfuscated*";
@if (is("test.property", "true")) {
@external externalClass2;
}
@else {
@external obfuscatedClass;
}
.obfuscatedClass {
width: 100%;
}
.externalClass {
height: 50px;
}
.externalClass2 {
height: 50px;
}
.unobfuscated {
height: 50px;
}
.unobfuscated2 {
height: 50px;
}
.externalWithoutMethod {
color: white;
}