UNPKG
toast-ease
Version:
latest (0.0.2)
0.0.2
0.0.1
An opinionated toast component.
toast-ease
/
tailwind.config.js
9 lines
(8 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/**
@type
{import('tailwindcss').Config} */
module
.
exports
= { content: [
"./src/**/*.{ts,tsx}"
], theme: { extend: {}, }, plugins: [], };