hensei-web/.postcssrc
2020-09-11 06:44:42 -07:00

11 lines
No EOL
159 B
Text

{
"modules": false,
"plugins": {
"postcss-normalize": {
"forceImport": "sanitize.css"
},
"autoprefixer": {
"grid": true
}
}
}