Skip to content

Instantly share code, notes, and snippets.

@kjmczk
Created April 30, 2021 08:11
Show Gist options
  • Save kjmczk/d46740cbb8208348c56e1d2c09d0d7cc to your computer and use it in GitHub Desktop.
Save kjmczk/d46740cbb8208348c56e1d2c09d0d7cc to your computer and use it in GitHub Desktop.
tailwind.config.js - MDX Blog Simple - Medium
// tailwind.config.js
module.exports = {
purge: ['./components/**/*.tsx', './pages/**/*.tsx'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {},
plugins: [require('@tailwindcss/typography')],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment