Skip to content

Commit

Permalink
tailwind not working
Browse files Browse the repository at this point in the history
  • Loading branch information
clefayomide committed Feb 28, 2023
1 parent 68686c6 commit 3305bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
mode: 'jit',
// purge: ['./src/**/*.{js,jsx,ts,tsx}', './stories/*'],
purge: ['./src/**/*.{js,jsx,ts,tsx}', './stories/*'],
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
Expand Down

0 comments on commit 3305bb8

Please sign in to comment.