support for custom components CSS added

This commit is contained in:
Vladimir Enchev
2015-07-08 11:28:13 +03:00
parent 7ded3a7437
commit f478c619d8
7 changed files with 48 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
.MySecondCustomStackLayout {
background-color: green;
}