Reputation: 49
I am using live tile in my index page. I imported css and js files from CDN.
<link rel="stylesheet" href="https://cdn.metroui.org.ua/v4/css/metro-all.min.css">
<script href="https://cdn.metroui.org.ua/v4/js/metro.min.js"></script>
I have jquery date picker and inputs on my page. If I import files, my inputs and datepicker style has lost.
I want to use only for tiles. What can I do ?
Upvotes: 0
Views: 253