Skip to content

Commit

Permalink
Shake the tree experimentally
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn Keast committed Aug 2, 2021
1 parent a3d47ca commit 9622a9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down

1 comment on commit 9622a9b

@vercel
Copy link

@vercel vercel bot commented on 9622a9b 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.