diff --git a/packages/core/example/index.html b/packages/core/example/index.html index 48374d5..9d6d0ed 100644 --- a/packages/core/example/index.html +++ b/packages/core/example/index.html @@ -13,6 +13,14 @@ linear-gradient(90deg, #aaa 1px, transparent 0); background-size: 10px 10px, 10px 10px, 50px 50px, 50px 50px; } + .transform { + margin-top: 10px; + } + + .transform input { + width: 100px; + margin-right: 12px; + }
@@ -20,16 +28,12 @@