Skip to content

Commit

Permalink
fix: see if removing postcss purging removes the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Dec 28, 2020
1 parent 28a677b commit 875d8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const colors = require("tailwindcss/colors")

module.exports = {
purge: ["./src/**/*.html", "./src/**/*.js"],
// purge: ["./src/**/*.html", "./src/**/*.js"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {
Expand Down

0 comments on commit 875d8b5

Please sign in to comment.