Initialization

This commit is contained in:
Sebastian Fischlmayr 2022-09-14 12:16:36 +02:00
commit 3458f39973
Signed by: Maverick
GPG key ID: 6379E413924A4E77
28 changed files with 6780 additions and 0 deletions

9
.postcssrc Normal file
View file

@ -0,0 +1,9 @@
{
"plugins": {
"postcss-import-ext-glob": {
"sort": "desc"
},
"postcss-import": {},
"postcss-nested": {}
}
}