Files
olimparena/README.md
Ignat Karelov a1eab10e0d
All checks were successful
Deploy Olimparena / deploy (push) Successful in 12s
chore: added readme file
2026-04-22 20:45:50 +03:00

19 lines
651 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# olimparena
Вёрстка проекта с использованием SCSS, PostCSS и npm-скриптов.
Проект собирает основной CSS из `assets/scss/main.scss` в `assets/css/main.css`, а затем минифицирует его в `assets/css/main.min.css`. :contentReference[oaicite:0]{index=0}
## Стек
- SCSS
- PostCSS
- Autoprefixer
- cssnano
- npm-run-all
Используемые dev-зависимости указаны в `package.json`: `sass`, `postcss`, `postcss-cli`, `autoprefixer`, `cssnano`, `npm-run-all`. :contentReference[oaicite:1]{index=1}
## Установка
```bash
npm install