Skip to content

Commit fc54d1e

Browse files
committed
chore: bump include pattern
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent eb20032 commit fc54d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tailwind.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import plugin from 'tailwindcss/plugin';
55
const sidebarWidth = '2.5rem'; // 40px
66

77
const config: Config = {
8-
content: ['./src/**/*.js', './src/**/*.ts', './src/**/*.tsx'],
8+
content: ['./src/**/*.ts', './src/**/*.tsx'],
99
darkMode: ['class', '[data-color-mode="dark"]'], // GitHub Primer Theme Provider color mode custom selector
1010
theme: {
1111
extend: {

0 commit comments

Comments
 (0)