mirror of
https://github.com/wmn1525/grasscutterTools.git
synced 2024-11-16 04:45:37 +00:00
15 lines
288 B
JavaScript
15 lines
288 B
JavaScript
|
module.exports = {
|
||
|
content: [],
|
||
|
purge: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
|
||
|
theme: {
|
||
|
fontFamily: {},
|
||
|
extend: {
|
||
|
fontFamily: {
|
||
|
blimone: ["Blimone", "Impact", "Helvetica Neue", "sans-serif"]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
darkMode: 'class',
|
||
|
plugins: []
|
||
|
};
|