mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
style: eslint, prettier, and tailwind config
This commit is contained in:
+1
-2
@@ -3,8 +3,7 @@ const colors = require('tailwindcss/colors')
|
||||
const siteConfig = require('./config/site.config')
|
||||
|
||||
module.exports = {
|
||||
mode: 'jit',
|
||||
content: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
|
||||
content: ['./src/**/*.{js,ts,jsx,tsx}'],
|
||||
theme: {
|
||||
colors: {
|
||||
transparent: 'transparent',
|
||||
|
||||
Reference in New Issue
Block a user