mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
18 lines
382 B
JavaScript
18 lines
382 B
JavaScript
module.exports = {
|
|
content: ['./web_root/*.{html,js}'],
|
|
xplugins: [ 'tailwindcss', 'xautoprefixer' ],
|
|
corePlugins: {outline: false},
|
|
theme: {
|
|
extend: {},
|
|
fontFamily: {
|
|
sans:
|
|
[
|
|
"Inter var, Arial, Helvetica, sans-serif", {
|
|
fontFeatureSettings: '"cv11", "ss01"',
|
|
fontVariationSettings: '"opsz" 32',
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|