From 35136f7bc38ccc39d14e5346a3a59bc329425a2f Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Sun, 4 Oct 2020 13:15:22 -0400 Subject: [PATCH] Remove uniformColorPalette file --- src/flagged/uniformColorPalette.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/flagged/uniformColorPalette.js diff --git a/src/flagged/uniformColorPalette.js b/src/flagged/uniformColorPalette.js deleted file mode 100644 index eaf27374b75b..000000000000 --- a/src/flagged/uniformColorPalette.js +++ /dev/null @@ -1,15 +0,0 @@ -import chalk from 'chalk' -import log from '../util/log' - -log.error([ - `The ${chalk.red( - 'uniformColorPalette' - )} experiment has been removed in favor of a different color palette.`, - 'If you would like to continue using this palette, you can copy it manually from here:', - 'https://github.com/tailwindlabs/tailwindcss/blob/753925f72c61980fa6d7ba398b7e2a1ba0e4b438/src/flagged/uniformColorPalette.js', -]) -console.warn('') - -throw new Error('Enabled experimental feature has been removed.') - -export default {}