From 9622a9b2d661277b5c21df8f174e3ecaae04b012 Mon Sep 17 00:00:00 2001 From: Quinn Keast Date: Mon, 2 Aug 2021 17:18:05 +0200 Subject: [PATCH] Shake the tree experimentally --- tailwind.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 59e4236..45b464e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,5 +1,10 @@ module.exports = { purge: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", "./_posts/**/*.{md}", "./_projects/**/*.{md}", "./_talks/**/*.{md}"], + transform: { + md: (content) => { + return remark().process(content) + } + }, darkMode: false, // or 'media' or 'class' theme: { fontFamily: {