Skip to content

Instantly share code, notes, and snippets.

@viezel
Created August 26, 2014 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viezel/a63562fc7e9b7a7f3290 to your computer and use it in GitHub Desktop.
Save viezel/a63562fc7e9b7a7f3290 to your computer and use it in GitHub Desktop.
Alloy TSS Parsing error
$.__views.logo = Ti.UI.createLabel(function() {
var o = {};
_.extend(o, {
width: "50dp",
height: "50dp",
color: "#000"
});
_.extend(o, {
color: "blue"
});
return o;
}());
".BlueText": {
color: "blue"
}
".Icon":{
width: "50dp",
height: "50dp",
color: "#000"
}
<Alloy>
<Label id="logo" class="Icon BlueText"></Label>
</Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment