Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
AgeCommit message (Expand)Author
2017-05-10Remove opinionated properties on fieldset element.JohnAlbin
2017-05-10Update the comment on the "abbr" rule.JohnAlbin
2017-05-10Remove opinionated outline rule on "a" element.JohnAlbin
2017-05-10Remove opinionated font-family rule on html element.JohnAlbin
2017-05-07Prevent unnecessary $normalize-vertical-rhythm usage. Fixes #97JohnAlbin
2016-10-24Update known issues comment. #88JohnAlbin
2016-10-24Rearrange property order on legend element. #88JohnAlbin
2016-10-24Don't output vertical rhythm on h1 by default. #88JohnAlbin
2016-10-24Don't output vertical rhythm if only $indent-amount variable is set. #88JohnAlbin
2016-10-24Update "forms" section. #88JohnAlbin
2016-10-24Update "embedded" section. #88JohnAlbin
2016-10-24Update "text" section. #88JohnAlbin
2016-10-24Update "grouping" section. #88JohnAlbin
2016-10-24Convert old "html5" section into the new "sections" section. #88JohnAlbin
2016-10-24Add "document" section. #88JohnAlbin
2016-10-22Simplify @if statements. Clean-up from #89.JohnAlbin
2016-10-17Remove support for IE6-7 and Firefox 29 from normalize mixin. #89JohnAlbin
2016-10-17Make the encapsulation of the helper function a little tighter.5.xJohnAlbin
2016-10-17Update to support-for 1.0.7.JohnAlbin
2016-05-21Simplify button selectors.JohnAlbin
2016-05-20Update to normalize.css 4.1.1. Fixes #55JohnAlbin
2016-05-01Update support-for.JohnAlbin
2016-04-23Update browser support versions.JohnAlbin
2016-04-23Un-fork support-for module. #15JohnAlbin
2016-03-17Use relative path in import of _import-now partial. #52JohnAlbin
2015-11-27Using rem units with IE8 support generates incorrect CSS. Fixes #47JohnAlbin
2015-11-26Fix _vertical-rhythm.scss issue #45Vincent Wochnik
2015-11-19Move blockquote, p, pre to grouping.JohnAlbin
2015-11-18Move "lists" into "grouping" rulesets.JohnAlbin
2015-11-18Add protected license comment. Fixes #41JohnAlbin
2015-11-17Add 3rd party support-for dependency.JohnAlbin
2015-11-15Allow $normalize-support-for to support "last X versions" with -X value.JohnAlbin
2015-11-15Add import-now module.JohnAlbin
2015-11-15Add normalize() mixin.JohnAlbin
2015-11-15Indent _normalize.scss to reduce git diff when making it into a mixin later.JohnAlbin
2015-11-15Use new normalize-margin() mixin in _normalize.scss.JohnAlbin
2015-11-15Slight refactoring of vertical-rhythm module.JohnAlbin
2015-11-15Rename font-values module to normalize/vertical-rhythm.JohnAlbin
2015-11-15Add $normalize-vertical-rhythm to force line-heights when using default varia...JohnAlbin
2015-11-13Remove compass/typography/vertical_rhythm module.JohnAlbin
2015-11-10Remove $strict-normalize by setting support defaults equal to v3 of normalize...JohnAlbin
2015-11-05Remove leader() and trailer().JohnAlbin
2015-11-05Remove adjust-font-size-to().JohnAlbin
2015-11-05Remove apply-side-rhythm-border().JohnAlbin
2015-11-04Remove debug-vertical-alignment().JohnAlbin
2015-11-04Remove output-rhythm().JohnAlbin
2015-11-04Remove establish-baseline().JohnAlbin
2015-11-04Stop using compass/support module.JohnAlbin
2015-11-04Fix adjust-font-size-to() fallback to work with libSass.JohnAlbin
2015-11-04Re-add $rhythm-unit variable.JohnAlbin