mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Update tailwind.config.js
This commit is contained in:
parent
6d1a5cd5be
commit
4aa120e7a9
@ -1,9 +1,6 @@
|
||||
module.exports = {
|
||||
future: {
|
||||
purgeLayersByDefault: true,
|
||||
},
|
||||
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
|
||||
darkMode: "media", // or 'media' or 'class'
|
||||
darkMode: "class", // or 'media' or 'class'
|
||||
theme: {
|
||||
aspectRatio: {
|
||||
none: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user