first commit
Some checks failed
CI / scan_ruby (push) Successful in 2m46s
CI / lint (push) Successful in 31s
CI / test (push) Failing after 10s

This commit is contained in:
kbe
2025-08-16 08:04:22 +02:00
commit d96fb4be95
107 changed files with 3438 additions and 0 deletions

7
postcss.config.js Normal file
View File

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