Skip to content

Commit

Permalink
Fix tailwind.config.js syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
szymsza authored and GJFR committed Dec 4, 2024
1 parent 222af94 commit b42ab31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bci/web/vue/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import flowbite from 'flowbite/plugin';

/** @type {import('tailwindcss').Config} */
module.exports = {
export default {
mode: "jit",
content: [
"./index.html",
Expand All @@ -8,7 +10,7 @@ module.exports = {
],
darkMode: ['selector'],
plugins: [
require('flowbite/plugin'),
flowbite,
],
theme: {
extend: {
Expand Down

0 comments on commit b42ab31

Please sign in to comment.