Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS: Normalize? Reset? Комбинирование? #33

Open
fenok opened this issue Sep 26, 2018 · 2 comments
Open

CSS: Normalize? Reset? Комбинирование? #33

fenok opened this issue Sep 26, 2018 · 2 comments
Labels
frontend good first issue Good for newcomers help wanted Extra attention is needed minor

Comments

@fenok
Copy link
Contributor

fenok commented Sep 26, 2018

Сейчас используется normalize.css, который умнее reset.css (дополнительно устраняет неконсистентность между браузерами). С другой стороны, он не убирает (только нормализует) дефолтные марджины.

@fenok fenok added the question Further information is requested label Sep 26, 2018
@hoichi
Copy link

hoichi commented Oct 16, 2018

Решили скомбинировать normalize.css + reset.css + minireset.css в один файл и использовать в таком виде. Кажется, обнвлять его часто не придется.

Алсо, не забыть зафорсить box-sizing: border-box.

@hoichi hoichi added good first issue Good for newcomers and removed question Further information is requested labels Oct 16, 2018
@fenok fenok added help wanted Extra attention is needed minor labels Oct 21, 2018
@fenok
Copy link
Contributor Author

fenok commented Oct 21, 2018

Все еще нужно собрать один файл.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend good first issue Good for newcomers help wanted Extra attention is needed minor
Projects
None yet
Development

No branches or pull requests

3 participants