Skip to content

Commit

Permalink
fix: opt in to tailwind changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreymeng committed Sep 11, 2020
1 parent 18f6a1a commit f82e958
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 43 deletions.
86 changes: 43 additions & 43 deletions src/__generated__/gatsby-types.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tailwind.config.js
Expand Up @@ -2,6 +2,10 @@
const defaultTheme = require("tailwindcss/defaultTheme");

module.exports = {
future: {
removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true,
},
purge: [
"./src/**/*.js",
"./src/**/*.jsx",
Expand Down

0 comments on commit f82e958

Please sign in to comment.