system-uicons/tailwind.config.js

16 lines
282 B
JavaScript
Raw Normal View History

2020-05-25 12:01:32 +02:00
module.exports = {
theme: {
2020-05-25 15:07:46 +02:00
fontFamily: {
mono: [
"Roboto Mono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace",
],
},
2020-05-25 12:01:32 +02:00
},
variants: {
// Some useful comment
},
2020-05-26 03:33:49 +02:00
plugins: [
// Some useful comment
],
2020-05-25 15:07:46 +02:00
};