SR6_Roll20_Sheet/.postcssrc

10 lines
161 B
Text
Raw Permalink Normal View History

2022-09-14 12:16:36 +02:00
{
"plugins": {
"postcss-import-ext-glob": {
"sort": "desc"
},
"postcss-import": {},
"postcss-nested": {}
}
}