Add mini web demo
This commit is contained in:
6
demo/tailwind.config.js
Normal file
6
demo/tailwind.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{html,js,tsx}"],
|
||||
theme: {},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user