UNPKG
@maggieserino/pagination
Version:
latest (1.0.1)
1.0.1
1.0.0
Accessible pagination component
@maggieserino/pagination
/
postcss.config.js
9 lines
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
= {
plugins
: [
require
(
'autoprefixer'
),
require
(
'cssnano'
),
// More postCSS modules here if needed
] } }