Skip to content

Instantly share code, notes, and snippets.

@mhanberg
Created May 25, 2021 02:42
Show Gist options
  • Save mhanberg/4770129859dddc9c380cb5d99a13a2e4 to your computer and use it in GitHub Desktop.
Save mhanberg/4770129859dddc9c380cb5d99a13a2e4 to your computer and use it in GitHub Desktop.
const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {
colors: {
grey: defaultTheme.colors.gray
},
},
},
variants: {
extend: {},
},
plugins: [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment