Update tailwind.config.js

This commit is contained in:
luke-hagar-sp
2023-01-11 14:15:44 -06:00
parent 201903ad64
commit e0f68851ed

View File

@@ -1,6 +1,9 @@
// tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
corePlugins: {
preflight: true,
},
content: ['./src/pages/*.js', './src/components/stream/**/*.js'],
theme: {
extend: {},