decePubClient/tailwind.config.js

13 lines
144 B
JavaScript
Raw Permalink Normal View History

2022-02-14 01:51:37 +01:00
module.exports = {
2022-02-14 01:51:52 +01:00
content: [
'./**/*.cs',
'./**/*.html',
2022-02-15 00:08:41 +01:00
'./**/*.razor'
2022-02-14 01:51:52 +01:00
],
theme: {
extend: {},
},
variants: {},
plugins: [],
2022-02-14 01:51:37 +01:00
}