This commit is contained in:
2024-05-16 18:35:27 +02:00
commit 29dcf6fc83
40 changed files with 1058 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
module.exports = (ctx) => ({
plugins: [
require('postcss-import')(),
require('postcss-simple-vars')(),
require("autoprefixer")(),
]
})