Skip to content

Commit

Permalink
Added: Cehcks for future features in Tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo committed Aug 25, 2020
1 parent c87a802 commit 0255ba7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const defaultTheme = require('tailwindcss/defaultTheme');
const alpha = { 100: 'FF', 90: 'E6', 80: 'CC', 70: 'B3', 60: '99', 50: '80', 40: '66', 30: '4D', 20: '33', 10: '1A' };
let defaultTheme = require('tailwindcss/defaultTheme');
let alpha = { 100: 'FF', 90: 'E6', 80: 'CC', 70: 'B3', 60: '99', 50: '80', 40: '66', 30: '4D', 20: '33', 10: '1A' };

module.exports = {
theme: {
Expand Down Expand Up @@ -116,5 +116,8 @@ module.exports = {
require('tailwindcss-typography')({ componentPrefix: '' }),
require('tailwindcss-aspect-ratio')()
],
purge: []
purge: [],
future: {
removeDeprecatedGapUtilities: true
}
}

0 comments on commit 0255ba7

Please sign in to comment.