Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nikos Kontakis <[email protected]>
  • Loading branch information
kevcoxe and wirednkod authored Jan 5, 2024
1 parent 64ecf8a commit d7ad597
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fork-visualizer/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/pages/**/*.{js,ts,jsx,tsx,mdx}',
'./src/components/**/*.{js,ts,jsx,tsx,mdx}',
'./src/app/**/*.{js,ts,jsx,tsx,mdx}',
'./src/pages/**/*.{js,jsx}',
'./src/components/**/*.{js,jsx}',
'./src/app/**/*.{js,jsx}',
],
theme: {
extend: {
Expand Down

0 comments on commit d7ad597

Please sign in to comment.