2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

fix build issues

This commit is contained in:
Jeff Sagal
2016-06-11 20:20:00 -07:00
parent 2653e5ee0a
commit 5c8851f4c7
7 changed files with 15 additions and 17 deletions
Binary file not shown.
+4 -4
View File
@@ -1,9 +1,9 @@
@font-face {
font-family: 'octicons';
src: url('./assets/fonts/octicons.eot?#iefix') format('embedded-opentype'),
url('./assets/fonts/octicons.woff') format('woff'),
url('./assets/fonts/octicons.ttf') format('truetype'),
url('./assets/fonts/octicons.svg#octicons') format('svg');
src: url('~assets/fonts/octicons.eot?#iefix') format('embedded-opentype'),
url('~assets/fonts/octicons.woff') format('woff'),
url('~assets/fonts/octicons.ttf') format('truetype'),
url('~assets/fonts/octicons.svg#octicons') format('svg');
font-weight: normal;
font-style: normal;
}