Skip to content

Commit

Permalink
refactor(client): move hljs styles to critical css (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonochVA committed May 1, 2024
1 parent 125f3da commit 2bf4750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion apps/blog/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"assets": ["apps/blog/src/favicon.ico", "apps/blog/src/assets"],
"styles": [
"apps/blog/src/styles.scss",
"libs/shared/assets/src/lib/styles/main.scss"
"libs/shared/assets/src/lib/styles/main.scss",
"highlight.js/styles/github-dark.min.css"
],
"stylePreprocessorOptions": {
"includePaths": ["libs/shared/assets/src/lib/styles"]
Expand Down
4 changes: 0 additions & 4 deletions apps/blog/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css"
/>
</head>
<body>
<al-root></al-root>
Expand Down

0 comments on commit 2bf4750

Please sign in to comment.