chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-23 14:03:37 -07:00
parent 6d039909af
commit 1e6fccf272
1534 changed files with 45656 additions and 45945 deletions

View File

@@ -0,0 +1,4 @@
.local-blue {
color: blue;
margin-left: 20;
}

View File

@@ -0,0 +1,5 @@
<StackLayout xmlns:cC3="issues/component3/customView3-page" style.borderWidth="1" style.borderColor="black">
<Label class="ui-tests-app-issue-1639-blue" text="customView2 blue from app.css" textWrap="true" />
<Label class="local-blue" text="customView2 blue from customView2.css" textWrap="true" />
<cC3:customView3/>
</StackLayout>