Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun A P <varunlakshmananap@gmail.com>2021-06-18 21:27:01 +0300
committerVarun A P <varunlakshmananap@gmail.com>2021-06-18 21:27:01 +0300
commit3bed73053426b78f563ecf438cc149226a51846e (patch)
treea9766092b8f097870ef4ca33dc8369103458791a
parentfba49b08ff0f499277fa45eaf6660fb7d782d22e (diff)
Update Tailwind CSS to use JIT via CDN
-rw-r--r--layouts/partials/head.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 5bc3fd6..c58f796 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,10 +11,9 @@
/>
{{ end }}
<title>{{ .Site.Title }}</title>
- <link
- href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css"
- rel="stylesheet"
- />
+ <!-- Tailwind CSS JIT CDN -->
+ <script src="https://unpkg.com/tailwindcss-jit-cdn@1.3.0/dist/tailwindcss-jit-cdn.umd.min.js"></script>
+
<style>
@font-face {
font-family: "Bree Serif";