We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb20032 commit fc54d1eCopy full SHA for fc54d1e
1 file changed
tailwind.config.mts
@@ -5,7 +5,7 @@ import plugin from 'tailwindcss/plugin';
5
const sidebarWidth = '2.5rem'; // 40px
6
7
const config: Config = {
8
- content: ['./src/**/*.js', './src/**/*.ts', './src/**/*.tsx'],
+ content: ['./src/**/*.ts', './src/**/*.tsx'],
9
darkMode: ['class', '[data-color-mode="dark"]'], // GitHub Primer Theme Provider color mode custom selector
10
theme: {
11
extend: {
0 commit comments