UNPKG
create-pol-ui
Version:
latest (0.0.1)
0.0.1
0.0.0
Create web application using pol-ui
ui.polgubau.com
polgubau/create-pol-ui
create-pol-ui
/
template
/
extras
/
config
/
postcss.config.cjs
9 lines
(7 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
config
=
{ plugins: { tailwindcss: {}, autoprefixer: {}, }, };
module
.
exports
= config;