blob: c02dfe3a68df8c434fca743829f97156ced3092a [file] [log] [blame]
/* CSS file for namespace tests */
@namespace "org.eclipse.swt.widgets";
@namespace my "my";
Label {
color: blue;
}
my|Label {
color: green;
}