mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-16 15:57:04 +02:00
restart portfolio
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
darkMode: 'class',
|
||||
content: [
|
||||
"./resources/**/*.{edge,js,ts,jsx,tsx,vue}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user