Files
NativeScript/e2e/ui-tests-app/app/issues/issue-3007-page.css
2019-09-19 15:40:31 +03:00

13 lines
233 B
CSS

.container {
width: 200;
height: 200;
clip-path: polygon(50% 3%, 3% 100%, 100% 100%);
background-color: black;
}
.elementStyle {
width: 200;
height: 200;
clip-path: polygon(50% 3%, 3% 100%, 100% 100%);
}