aboutsummaryrefslogtreecommitdiff
path: root/scss/_normalize.scss
AgeCommit message (Collapse)AuthorFilesLines
2017-01-21Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto1-461/+0
* Get this party started by removing mention of Normalize.css * Nuke the old comment, consolidate to a single line and number as appropriate * Bring over styles for HTML element from Normalize to Reboot * Move margin override for body element from Normalize to Reboot * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support * Building on previous commit, do the same thing for figure, figcaption, and main * Remove IE9- display from Normalize given our browser support * Drop IE8 figure margin because we're IE10+ * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already * Drop Safari 6 b and strong normalization because we're Safari 8+ * Remove mark styles for IE9- from Normalize * Remove old iOS audio fixes from Normalize * Remove IE9- display for progress from Normalize * Remove more IE9- rules from Normalize * One more IE9- display removal for canvas element * Move pre overrides from Normalize to Reboot * Move over some link resets to Reboot, drop others - Move over background-color and text-decoration - Drop focus outline change given it affects the offset on hover of focused links * Move over more code element resets, consolidate with pre overrides, too * Move over sub and sup wholesale * Move over img normalization to Reboot * Move over SVG override too * - Drop dupe hidden, but add comment for it - Move over template - Move over summary * Remove bulk of @viewport comment * edit down that code comment * consolidate html-based normalizations * update comments * Consolidate abbr styles * move over more type elements * move over hr changes * move over form controls and more * move over button resets * move over firefox button changes * move over search changes and more * we nuke all these styles for fieldsets anyway, so outright remove them * no need for those, we override them * move over legend, fieldset, progress * line break * delete normalize file * linting * update comment * clarify docs mentions of normalize and reboot * remove normalize excludes from linter * remove normalize excludes from cli task * linting * callout license since we forked part of normalize * Improve comments, move table background reset to .table class instead of in reboot * trailing space
2016-11-24Update Normalize to v5.0.0.Bardi Harborow1-94/+133
2016-10-19Use a variable for the default font weights. Fixes #20741Simon Bächler1-1/+1
Websites might use different weights such as medium or thin or use light as default weight instead of normal. Also referenced: #18605 and #16170.
2016-09-23Upgrade to normalize.css v4.2.0 and fix Hound exclusion.Bardi Harborow1-53/+51
2016-03-31Fix comment styleMark Topper1-179/+179
Fix comment style to `//`, because other than the initial attribution comment, [we don't want any comments in the compiled CSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#comments).
2016-03-31RevertedMark Topper1-182/+183
Reverted to original content from https://raw.githubusercontent.com/necolas/normalize.css/d311749e127ea3ea13eb900ad953270d62734f4f/normalize.css
2016-03-30Append HoundCi fixesMark Topper1-7/+6
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850395 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850397 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850398 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850401 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850399 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850402 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850403
2016-03-30Update to normalize.css v4.0.0Mark Topper1-165/+164
#19575
2016-01-21Bump Normalize to ↵Chris Rebert1-6/+3
https://github.com/necolas/normalize.css/commit/fe567632afcf8afcf17925ab2a507ed87504cce8 So as to pull in https://github.com/necolas/normalize.css/pull/496
2015-06-19Merge branch 'v4' into v4_buildsMark Otto1-11/+8
2015-06-18Merge branch 'master' into v4Mark Otto1-11/+8
2015-06-18Create new stylesheets for optional builds and add them to Gruntfile tasksMark Otto1-1/+1
2015-01-22put all :hover styles within @media (hover: hover)Chris Rebert1-3/+7
2014-12-02convert to scssMark Otto1-0/+427