Skip to content

Commit f27c731

Browse files
Fix: Implement a tailwinds config file for release.
1 parent 004f323 commit f27c731

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

demo/tailwind.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @type {import('tailwindcss').Config} */
22
module.exports = {
3-
content: ['./demo/index.html', './demo/main.js'],
3+
content: ['./index.html', './main.js'],
44
theme: { extend: {} },
55
plugins: [],
6-
}

0 commit comments

Comments
 (0)