Skip to content

Commit b844c02

Browse files
committed
fix(unused-css) - Removed unused stlye sheets
1 parent 9711c5c commit b844c02

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="stylesheet" href="css/patternfly.css">
7-
<link rel="preconnect" href="https://fonts.googleapis.com" />
8-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9-
<link
10-
href="https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap"
11-
rel="stylesheet"
12-
/>
136
<title>Red Hat Customer Portal</title>
147
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
158
</head>

vite.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default defineConfig({
2323
resolve: {
2424
alias: {
2525
'@': fileURLToPath(new URL('./src', import.meta.url)),
26+
// '@patternfly/elements': '/node_modules/@patternfly/elements',
2627
},
2728
},
2829
build: {

0 commit comments

Comments
 (0)