2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

refactor static assets, css to scss

This commit is contained in:
Jeff Sagal
2016-05-29 19:05:25 -07:00
parent 31c5d55baf
commit 2888ab2b3f
22 changed files with 170 additions and 141 deletions
+2 -6
View File
@@ -4,9 +4,6 @@
<meta charset="utf-8">
<title>Vue Select | VueJS Select2/Chosen Component</title>
<link rel="stylesheet" href="static/prism.css">
<link rel="stylesheet" href="static/octicons.css">
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Dosis:300&amp;text=Vue Select" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
@@ -14,7 +11,8 @@
<meta name="title" content="Vue Select | VueJS Select2/Chosen Component">
<meta name="description" content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.">
<link rel="icon" href="static/img/vue-logo.png" type="image/x-icon">
<link rel="icon" href="static/static/vue-logo.png" type="image/png">
<meta name="description" content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.">
<meta property="og:title" content="Vue Select | VueJS Select2/Chosen Component">
<meta property="og:site_name" content="Vue Select | VueJS Select2/Chosen Component">
@@ -36,7 +34,5 @@
ga('create', 'UA-12818324-8', 'auto');
ga('send', 'pageview');
</script>
<script src="static/js/prism.js"></script>
<!--<script src="dist/build.js"></script>-->
</body>
</html>