module.exports = { purge: ["./src/**/*.html"], theme: { fontFamily: { mono: [ "Roboto Mono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace", ], }, }, variants: { // Some useful comment }, plugins: [ // Some useful comment ], };