mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-14 17:24:46 +00:00
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
|
/** @type {import('tailwindcss').Config} */
|
||
|
module.exports = {
|
||
|
content: [],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
};
|