nonscollectif-org/tailwind.config.js

12 lines
173 B
JavaScript
Raw Normal View History

2022-07-24 22:09:01 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.njk',
2022-07-25 02:35:19 +02:00
'./src/**/*.md',
2022-07-24 22:09:01 +02:00
],
theme: {
extend: {},
},
plugins: [],
}