cs_homework09/.postcssrc
2019-12-20 20:46:53 +01:00

10 lines
161 B
Plaintext

{
"plugins": {
"postcss-modules": {
generateScopedName: "[name]_[local]_[hash:base64:5]"
},
"autoprefixer": {
"grid": true
}
}
}