bb249e63fc
Signed-off-by: garionion <github@entr0py.de>
12 lines
211 B
JavaScript
12 lines
211 B
JavaScript
module.exports = {
|
|
purge: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
|
|
darkMode: "media", // or 'media' or 'class'
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|