mirror of
https://github.com/BluemediaGER/ScanOS.git
synced 2024-11-10 03:55:28 +01:00
10 lines
176 B
JavaScript
10 lines
176 B
JavaScript
|
/** @type {import('tailwindcss').Config} */
|
||
|
module.exports = {
|
||
|
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
}
|
||
|
|