Skip to content

Commit

Permalink
chore: remove unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
raulghm committed Jun 29, 2019
1 parent f28109d commit 5480d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover">
<meta name="HandheldFriendly" content="true">
<title>GrowlerApp</title>
<link href="https://fonts.googleapis.com/css?family=Prompt:400,500,600,700|Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Prompt:400,500,600,700" rel="stylesheet">

<link href="<%= BASE_URL %>img/splashscreens/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="<%= BASE_URL %>img/splashscreens/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
Expand All @@ -19,8 +19,6 @@
<link href="<%= BASE_URL %>img/splashscreens/ipadpro1_splash.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="<%= BASE_URL %>img/splashscreens/ipadpro3_splash.png" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="<%= BASE_URL %>img/splashscreens/ipadpro2_splash.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />

<link rel="stylesheet" href="<%= BASE_URL %>icons/icons.css">
<style>
html.init body {
visibility: visible
Expand Down
6 changes: 1 addition & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
</script>

<style>
@import "~/assets/icon/icons.css";
@import "../public/icons/icons.css";
html,
body {
Expand All @@ -53,10 +53,6 @@ body {
margin: 0 auto;
}
.App--alt .App-body {
padding-top: 0;
}
button {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 5480d1b

Please sign in to comment.