1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-23 20:01:08 +00:00

Use npm for bootstrap and fontawesome-pro assets

This commit is contained in:
2021-01-15 01:36:48 -06:00
parent 130e497b5e
commit 6d6382c1dd
104 changed files with 152 additions and 20713 deletions

View File

@@ -35,6 +35,6 @@
<!-- CSS stylesheets -->
<link href="/assets/css/app.css?v=1" rel="stylesheet">
<link href="/assets/css/fa-all.css?v=1" rel="stylesheet">
<link href="/assets/fonts/fontawesome/css/all.min.css" rel="stylesheet">
<link id="dark-css" href="/assets/css/dark.css?v=1" rel="stylesheet" media="(prefers-color-scheme: dark)">
</head>