UNPKG
react-kofi
Version:
latest (0.0.2)
0.0.2
0.0.1
Ko-fi buttons, modals, and react components built with Radix for React.js projects (unofficial)
react-kofi
/
tailwind.config.js
9 lines
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports
=
{
content:
[
'./src/**/*.{js,jsx,ts,tsx}'
, ],
theme:
{
extend:
{}, },
plugins:
[], }