cs_homework09/.postcssrc

10 lines
161 B
Plaintext
Raw Permalink Normal View History

2019-12-19 15:21:51 +01:00
{
"plugins": {
2019-12-20 20:46:53 +01:00
"postcss-modules": {
generateScopedName: "[name]_[local]_[hash:base64:5]"
},
2019-12-19 15:21:51 +01:00
"autoprefixer": {
"grid": true
}
}
}