mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
Fix lint errors and cleanup node_modules from git
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
export default {
|
||||
content: [
|
||||
"./app/Views/**/*.{html,js,php}",
|
||||
"./public/assets/js/**/*.js",
|
||||
"./public/js/**/*.js"
|
||||
"./docs/**/*.{md,vue,js,ts}",
|
||||
"./docs/.vitepress/**/*.{md,vue,js,ts}"
|
||||
],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
|
||||
Reference in New Issue
Block a user