index
:
github/Nexus.git
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
ui
/
postcss.config.js
blob: 708cbaf3fa110f7a06a1cc65e58ffb89c3090e05 (
plain
)
1
2
3
module
.
exports
=
{
plugins
:
[
require
(
'tailwindcss'
),
require
(
'autoprefixer'
)]
};