index
:
timeline.git
dev
main
release
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FrontEnd
/
postcss.config.js
blob: 74ee8155132931fcdd9642348d72423560bbcb18 (
plain
)
1
2
3
4
5
6
7
8
9
10
module
.
exports
=
{
plugins
:
[
[
"postcss-preset-env"
,
{
// Options
},
],
],
};