Skip to content

Commit

Permalink
Remove tailwind purge for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn Keast committed Aug 2, 2021
1 parent 3d0090f commit 8998c6d
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
module.exports = {
purge: {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
"./_posts/**/*.{md}",
"./_projects/**/*.{md}",
"./_talks/**/*.{md}"
],
safeList: [
'iframe-container',
'responsive-iframe'
],
transform: {
md: (content) => {
return remark().process(content)
}
},
},
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
fontFamily: {
Expand Down

1 comment on commit 8998c6d

@vercel
Copy link

@vercel vercel bot commented on 8998c6d Aug 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.