diff --git a/tailwind.config.js b/tailwind.config.js index 80c1c36..cc8da1d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,8 +1,9 @@ const defaultTheme = require('tailwindcss/defaultTheme') module.exports = { - // in prod look at shadow-cljs output file in dev look at runtime, which will change files that are actually compiled; postcss watch should be a whole lot faster - content: process.env.NODE_ENV == 'production' ? ["./public/js/main.js"] : ["./public/js/cljs-runtime/*.js"], + content: [ + "./src/main/**/*.cljs" + ], theme: { extend: { fontFamily: {