nonscollectif-org/tailwind.config.js

11 lines
152 B
JavaScript
Raw Normal View History

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