This commit is contained in:
2026-02-11 17:46:22 +03:00
commit eacfacb13b
266 changed files with 51337 additions and 0 deletions

9
ui/postcss.config.js Normal file
View File

@@ -0,0 +1,9 @@
// https://github.com/michael-ciniawsky/postcss-load-config
import autoprefixer from 'autoprefixer'
export default {
plugins: [
// to edit target browsers: use "browserslist" field in package.json
autoprefixer
]
}