Skip to content

Commit 002d3ab

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/** @type {import('tailwindcss').Config} */
21
module.exports = {
32
content: ['./index.html', './main.js'],
43
theme: { extend: {} },
54
plugins: [],
5+
}

0 commit comments

Comments
 (0)