UNPKG
flex-box-grid
Version:
latest (1.0.0)
1.0.0
0.2.0
Responsive, mobile first Flexbox Grid
godban.github.io/flex-box-grid
godban/flex-box-grid
flex-box-grid
/
postcss.config.js
8 lines
(7 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.exports = {
plugins:
[
require
(
'autoprefixer'
)({
browsers:
[
'last 2 versions'
], }), ], };