github.com/lmittmann/w3@v0.20.0/docs/tailwind.config.js (about)

     1  module.exports = {
     2  	content: [
     3  		'./pages/**/*.{js,jsx,mdx}',
     4  		'./components/**/*.{js,jsx}',
     5  		'./theme.config.jsx'
     6  	],
     7  	theme: {
     8  		extend: {}
     9  	},
    10  	plugins: [],
    11  	darkMode: 'class'
    12  }