Skip to content

Instantly share code, notes, and snippets.

@mkromik
Created April 11, 2023 08:12
Show Gist options
  • Select an option

  • Save mkromik/68e74e30bb12475aaab99ebb5a785051 to your computer and use it in GitHub Desktop.

Select an option

Save mkromik/68e74e30bb12475aaab99ebb5a785051 to your computer and use it in GitHub Desktop.
tailwind config file for nextjs
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment