index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
browser-extension
/
postcss.config.js
blob: 2aa7205d4b402a1bdfbe07110c61df920b370066 (
plain
) (
blame
)
1
2
3
4
5
6
export
default
{
plugins
:
{
tailwindcss
:
{},
autoprefixer
:
{},
},
};