Skip to content
Snippets Groups Projects
Commit 04a763e4 authored by Sander August Heggland Schrader's avatar Sander August Heggland Schrader
Browse files

changed config

parent f4ce4dff
No related branches found
No related tags found
1 merge request!81Renting
module.exports = {
darkMode: "class",
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}", './node_modules/tw-elements/dist/js/**/*.js'],
theme: {
extend: {},
},
plugins: [],
};
plugins: [
require('tw-elements/dist/plugin')
],
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment