mongoose/examples/mqtt-dashboard/dashboard/tailwind.config.js
Sergio R. Caprile 9de31ba816 updates
2023-12-08 18:36:59 -03:00

18 lines
366 B
JavaScript

module.exports = {
content: ['./*.{html,js}'],
xplugins: [ 'tailwindcss', 'xautoprefixer' ],
corePlugins: {outline: false},
theme: {
extend: {},
fontFamily: {
sans:
[
"Inter var, Helvetica, sans-serif", {
fontFeatureSettings: '"cv11", "ss01"',
fontVariationSettings: '"opsz" 32',
}
]
}
}
}