Files
NativeScript/e2e/ui-tests-app/app/issues/issue-3007-page.css
2019-06-20 15:58:36 +03:00

11 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%);
}