- Improve consistency of default fonts in all browsers for
pre
,code
,kbd
andsamp
- Remove some rules for old browsers.
- Add a more readable tab size.
- Remove
selection
rules (normalisation and theme, not ergonomics). - Remove
hr
rules (theme, not ergonomics). - Remove fill color
svg
rule (normalisation, not ergonomics).
- Remove
@viewport
(no longer supports). - Change
font-family
onbody
to improve consistency of default fonts in all browsers. - Change the implementation method of
scroll-behavior
for more accessibility
- Remove IE support.
- Simplification of versioning.
- Add documentation.
- Display the text as it was written and line breaks so that the text does not leave the block for
code
. - Gives a pointer cursor to clickable forms elements.
- Overall reorganization.
- Overhauling the viewport module.
- Overhauling the selection module.
- Overhauling the
html
module. - Add
a
rules. - Remove
code
rules. - Add
svg
rules.
- Remove
q
rules. - Remove Hyphens.
- Remove interpolation mode for
img
. - Upgrade @viewport rules.
- Apply the right typographical quotation marks rules based on language for
q
.
- Editing README.md and README-FR.md files.
- Add CHANGELOG.md file.
- Remove
http:
in comments. - Remove minify and withour comments files.
- Add @see links in comments.