compagniekalimat-fr/tailwind.config.js

12 lines
173 B
JavaScript
Raw Normal View History

2022-09-29 23:21:14 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.njk',
'./src/**/*.md',
],
theme: {
extend: {},
},
plugins: [],
}