Fix Tailwind config that was broken during html -> md

This commit is contained in:
Scott 2020-12-21 13:36:14 -05:00
parent d708d0988f
commit 24dea0363c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const colors = require("tailwindcss/colors");
module.exports = {
purge: ["./src/**/*.html"],
purge: ["./src/**/*.md"],
presets: [],
darkMode: false, // or 'media' or 'class'
theme: {