index
:
immich-frame
master
PyOpenGL photo display for Immich with accompanying PWA
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
postcss.config.js
blob: 5307961eca8883c73072f2cf000fde5aab2aba1c (
plain
)
1
2
3
4
5
6
module
.
exports
=
{
plugins
:
[
require
(
"autoprefixer"
),
require
(
"postcss-nested"
),
],
}