blob: 86760fd7f9d1b821e79c863c56da60373cd8a769 [file] [log] [blame]
@external nonObfuscated;
/* will be considered as outside the conditional */
/* Compiler fails when lenient mode is disable */
@if (eval("com.google.gwt.resources.client.gss.BooleanEval.FIRST")) {
@external nonObfuscated2;
}
@if (is("customProperty", "true")) {
@external nonObfuscated3;
}
@if (!is("customProperty", "true")) {
@external obfuscated;
}
.obfuscated,
.nonObfuscated,
.nonObfuscated2,
.nonObfuscated3{
color: white;
}