WordPressify comes with its own set of code style rules:
.stylelintrc
Before pushing changes make sure you have clean and consistent CSS. Run stylelint with the command:
npm run lintcss
Alternatively if you don't have NodeJS installed locally, use Docker commands:
docker compose run --rm nodejs npm run lint:css