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

Investigate the possibility of adding normalize.css or another reset file for styles #391

Closed
ZachTRice opened this issue Jul 10, 2017 · 2 comments
Assignees

Comments

@ZachTRice
Copy link
Contributor

There is no reset file within our CSS. A reset file create cross-browser consistency. One of the more popular resets is normalize.css.

The keyword in this issue is investigate the possibility of adding a reset because after a project is started, a reset will usually break a lot of elements. Generally you want to build off of it from the beginning.

Read about it here: http://nicolasgallagher.com/about-normalize-css/

TL;DR;
"Normalize.css is a small CSS file that provides better cross-browser consistency in the default styling of HTML elements. It’s a modern, HTML5-ready, alternative to the traditional CSS reset."
The aims of normalize.css are as follows:

  • Preserve useful browser defaults rather than erasing them.
  • Normalize styles for a wide range of HTML elements.
  • Correct bugs and common browser inconsistencies.
  • Improve usability with subtle improvements.
  • Explain the code using comments and detailed documentation.
    It supports a wide range of browsers (including mobile browsers) and includes CSS that normalizes HTML5 elements, typography, lists, embedded content, forms, and tables.
@ZachTRice ZachTRice self-assigned this Jul 10, 2017
@Benjaki2
Copy link
Collaborator

Good call @ZachTRice

@ZachTRice
Copy link
Contributor Author

We are introducing bootstrap 4 in PR #920. BS4 includes normalize.css and a reboot.css built in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants