feat: making a draft, a peer-reviewed first page

This commit is contained in:
Ignat Karelov
2026-04-23 15:09:43 +03:00
parent 4cb4b9fbf3
commit acb1eb5ec5
13 changed files with 6095 additions and 11 deletions

6
postcss.config.cjs Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('autoprefixer'),
require('cssnano')({ preset: 'default' })
]
};