lubo_comment_query/tailwind.config.js

14 lines
260 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
purge: [
'./resources/**/*.blade.php',
'./resources/**/*.js',
'./resources/**/*.vue',
],
content: [],
theme: {
extend: {},
},
plugins: [],
}