nonscollectif-org/tailwind.config.js

11 lines
152 B
JavaScript
Raw Normal View History

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