diff --git a/packages/core-scroll/core-scroll.spec.css b/packages/core-scroll/core-scroll.spec.css deleted file mode 100644 index b0681ffc..00000000 --- a/packages/core-scroll/core-scroll.spec.css +++ /dev/null @@ -1,19 +0,0 @@ -.content-container { - height: 200px; - width: 400px; - white-space: nowrap; - overflow: hidden; - border: 1px solid; -} - -.content-item { - box-sizing: border-box; - white-space: normal; - display: inline-block; - vertical-align: top; - width: 30%; - height: 90px; - padding: 10px; - border: 1px solid; - margin: 10px; -} diff --git a/packages/core-scroll/core-scroll.spec.html b/packages/core-scroll/core-scroll.spec.html index 5c65ed25..594fc844 100644 --- a/packages/core-scroll/core-scroll.spec.html +++ b/packages/core-scroll/core-scroll.spec.html @@ -4,50 +4,9 @@