cs_homework09/.postcssrc
2019-12-20 18:17:37 +01:00

7 lines
69 B
Plaintext

{
"plugins": {
"autoprefixer": {
"grid": true
}
}
}