Skip to content

Commit

Permalink
config: Remove experimental options
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlnet committed Dec 1, 2020
1 parent 4bd2e7e commit 84ceab6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ const px = (px) => `${px}px`;

module.exports = {
important: true, // See https://tailwindcss.com/docs/configuration#important
experimental: {
// See https://github.com/tailwindlabs/tailwindcss/pull/2159
applyComplexClasses: true
},
purge: {
enabled: process.env.HUGO_ENVIRONMENT === 'production',
content: [ './hugo_stats.json' ],
Expand Down

0 comments on commit 84ceab6

Please sign in to comment.