Skip to content

Commit

Permalink
remove conditional style.css
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Chiang <micahkchiang@gmail.com>
  • Loading branch information
micahchiang committed Nov 20, 2024
1 parent 3eb2057 commit 8cfc5d2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/site/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,7 @@
<link rel="preload" href="/generated/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>

<!-- CSS -->
{% comment %}
Apps that opt out of the site-wide stylesheet must include a smaller subset of styles
in their application bundle
{% endcomment %}
{% unless useLocalStylesAndComponents %}
<link rel="stylesheet" data-entry-name="style.css">
{% endunless %}
<link rel="stylesheet" data-entry-name="style.css">
<link rel="stylesheet" data-entry-content="content-build.css">
<link rel="stylesheet" data-entry-name="{{ entryname | default: 'static-pages' }}.css">

Expand Down

0 comments on commit 8cfc5d2

Please sign in to comment.