Numpy-Neuron / tailwind.config.js
Jensen-holm's picture
tailwind working in the app
30dd301
raw
history blame
197 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./templates/**/*.html",
"./static/src/**/*.js"
],
theme: {
extend: {},
},
plugins: [],
}