SR6_Roll20_Sheet/.postcssrc
2022-09-14 12:16:36 +02:00

9 lines
161 B
Text

{
"plugins": {
"postcss-import-ext-glob": {
"sort": "desc"
},
"postcss-import": {},
"postcss-nested": {}
}
}