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