mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-05 19:53:51 +00:00
update tailwind config
This commit is contained in:
parent
b7ffc31edf
commit
224c79dbe9
3
examples/web-chat/src/index.css
Normal file
3
examples/web-chat/src/index.css
Normal file
@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
@ -1,6 +1,6 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [],
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user