aboutsummaryrefslogtreecommitdiffstats
path: root/postcss.config.js
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2025-01-17 04:43:33 +0100
committerOscar Najera <hi@oscarnajera.com>2025-01-17 04:43:33 +0100
commit0d1956e4b6dbf511b6968aa1aca6af4c814814b0 (patch)
tree57097c37fba28bd445f4ab0e19772334ec6ea25f /postcss.config.js
parent94936b8c4e03a64cd89f0ccdfb79a97fb44ebb30 (diff)
downloadhugo-minimalist-theme-0d1956e4b6dbf511b6968aa1aca6af4c814814b0.tar.gz
hugo-minimalist-theme-0d1956e4b6dbf511b6968aa1aca6af4c814814b0.tar.bz2
hugo-minimalist-theme-0d1956e4b6dbf511b6968aa1aca6af4c814814b0.zip
[CSS][Icons] Vendor Fontawesome & Academicons
Instead of loading from CDN all the css, vendor it an only include the CSS classes that I use. Font awesome 6.7.2 Academicons 1.9.4
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644
index 0000000..a5a6ff8
--- /dev/null
+++ b/postcss.config.js
@@ -0,0 +1,7 @@
+module.exports = {
+ plugins: {
+ "postcss-import": {},
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+};