Sign in
android
/
platform
/
development
/
ddfc3f26f
/
.
/
tools
/
motion
/
motion_test_watcher_app
/
tailwind.config.js
blob: 7586753924697a4507c2ef2c3313359baddf0519 [
file
] [
log
] [
blame
]
/** @type {import('tailwindcss').Config} */
module
.
exports
=
{
content
:
[
"./src/**/*.{html,ts}"
,
],
theme
:
{
extend
:
{},
},
plugins
:
[],
}