cs_homework09/.postcssrc

7 lines
69 B
Plaintext
Raw Normal View History

2019-12-19 15:21:51 +01:00
{
"plugins": {
"autoprefixer": {
"grid": true
}
}
}