status-media/.postcssrc

9 lines
129 B
Plaintext
Raw Normal View History

2020-01-27 15:58:24 +00:00
{
"modules": false,
"plugins": {
"autoprefixer": {
"grid": true,
"browsers": ["last 4 versions"]
}
}
}