0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-09-27 15:10:24 +09:00
yude.jp/tailwind.config.js
2021-02-06 09:36:00 +09:00

12 lines
227 B
JavaScript

module.exports = {
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}