Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
berndartmueller committed Aug 20, 2020
1 parent 2cef5eb commit a149369
Show file tree
Hide file tree
Showing 32 changed files with 222 additions and 2,307 deletions.
9 changes: 0 additions & 9 deletions .vscode/extensions.json

This file was deleted.

21 changes: 14 additions & 7 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,25 @@
margin: 0 auto;
margin-top: 50px;
}

.image-slide {
height: 100%;
display: block;
}
</style>
</head>
<body>
<!-- Slider main container -->
<div class="virchual-container image-swiper">
<!-- Additional required wrapper -->
<div class="virchual__frame" style="height: 100%;"></div>
<a class="image-slide" href="https://www.google.com" target="_blank">
<div class="virchual-container image-swiper">
<!-- Additional required wrapper -->
<div class="virchual__frame" style="height: 100%;"></div>

<!-- If we need navigation buttons -->
<div class="virchual-button-prev"></div>
<div class="virchual-button-next"></div>
</div>
<!-- If we need navigation buttons -->
<div class="virchual-button-prev"></div>
<div class="virchual-button-next"></div>
</div>
</a>

<div class="virchual-container image-swiper">
<!-- Additional required wrapper -->
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import postcss_copy from 'postcss-copy';
import visualizer from 'rollup-plugin-visualizer';

export default {
input: 'src/virchual2.ts', // our source file
input: 'src/virchual.ts', // our source file
output: [
{
file: pkg.main,
Expand Down
9 changes: 0 additions & 9 deletions src/components/base-component.ts

This file was deleted.

171 changes: 0 additions & 171 deletions src/components/clone/clone.component.ts

This file was deleted.

107 changes: 0 additions & 107 deletions src/components/controller/controller.component.ts

This file was deleted.

0 comments on commit a149369

Please sign in to comment.